OSDN Git Service

Fix seek test build, by undefining printf and fprintf.
authorBenoit Fouet <benoit.fouet@free.fr>
Fri, 27 Mar 2009 08:24:46 +0000 (08:24 +0000)
committerBenoit Fouet <benoit.fouet@free.fr>
Fri, 27 Mar 2009 08:24:46 +0000 (08:24 +0000)
Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk

tests/seek_test.c

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