From 888facff224d687e4f7fc69851d6fb9bdf4cd1c9 Mon Sep 17 00:00:00 2001 From: Benoit Fouet Date: Fri, 27 Mar 2009 08:24:46 +0000 Subject: [PATCH] Fix seek test build, by undefining printf and fprintf. Originally committed as revision 18201 to svn://svn.ffmpeg.org/ffmpeg/trunk --- tests/seek_test.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tests/seek_test.c b/tests/seek_test.c index c2d0646e4f..7d64058458 100644 --- a/tests/seek_test.c +++ b/tests/seek_test.c @@ -27,6 +27,8 @@ #include "libavformat/avformat.h" #undef exit +#undef printf +#undef fprintf int main(int argc, char **argv) {