[FFmpeg-cvslog] r18201 - trunk/tests/seek_test.c
benoit
subversion
Fri Mar 27 09:24:47 CET 2009
Author: benoit
Date: Fri Mar 27 09:24:46 2009
New Revision: 18201
Log:
Fix seek test build, by undefining printf and fprintf.
Modified:
trunk/tests/seek_test.c
Modified: trunk/tests/seek_test.c
==============================================================================
--- trunk/tests/seek_test.c Fri Mar 27 04:03:50 2009 (r18200)
+++ trunk/tests/seek_test.c Fri Mar 27 09:24:46 2009 (r18201)
@@ -27,6 +27,8 @@
#include "libavformat/avformat.h"
#undef exit
+#undef printf
+#undef fprintf
int main(int argc, char **argv)
{
More information about the ffmpeg-cvslog
mailing list