Commit 888facff authored by Benoit Fouet's avatar Benoit Fouet

Fix seek test build, by undefining printf and fprintf.

Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 9e793a24
......@@ -27,6 +27,8 @@
#include "libavformat/avformat.h"
#undef exit
#undef printf
#undef fprintf
int main(int argc, char **argv)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment