[Ffmpeg-cvslog] r8779 - trunk/tests/seek_test.c
bcoudurier
subversion
Sun Apr 22 02:27:20 CEST 2007
Author: bcoudurier
Date: Sun Apr 22 02:27:20 2007
New Revision: 8779
Modified:
trunk/tests/seek_test.c
Log:
fix compilation
Modified: trunk/tests/seek_test.c
==============================================================================
--- trunk/tests/seek_test.c (original)
+++ trunk/tests/seek_test.c Sun Apr 22 02:27:20 2007
@@ -23,6 +23,8 @@
#include "avformat.h"
+#undef exit
+
int main(int argc, char **argv)
{
const char *filename;
More information about the ffmpeg-cvslog
mailing list