]> rtime.felk.cvut.cz Git - frescor/ffmpeg.git/blobdiff - tests/seek_test.c
Fix seek test build, by undefining printf and fprintf.
[frescor/ffmpeg.git] / tests / seek_test.c
index c2d0646e4fca9c28dea698420a766ac978afcf58..7d64058458196f4cdaea8c8f4039f589508abca7 100644 (file)
@@ -27,6 +27,8 @@
 #include "libavformat/avformat.h"
 
 #undef exit
+#undef printf
+#undef fprintf
 
 int main(int argc, char **argv)
 {