Browse Source

Fix seek test build, by undefining printf and fprintf.

Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk
Benoit Fouet 16 years ago
parent
commit
888facff22
1 changed files with 2 additions and 0 deletions
  1. 2 0
      tests/seek_test.c

+ 2 - 0
tests/seek_test.c

@@ -27,6 +27,8 @@
 #include "libavformat/avformat.h"
 
 #undef exit
+#undef printf
+#undef fprintf
 
 int main(int argc, char **argv)
 {