summaryrefslogtreecommitdiff
path: root/tests/seek_test.c
diff options
context:
space:
mode:
authorBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-04-22 00:27:20 +0000
committerBaptiste Coudurier <baptiste.coudurier@gmail.com>2007-04-22 00:27:20 +0000
commit6b30123208a0c3b8276cb9355329eafff20160ed (patch)
treec8aa47d94fb4359cf9dbc4ab1680bd96d1c38ae6 /tests/seek_test.c
parent211c7b37ebc156e6ef51b11fc354177595efd1c7 (diff)
fix compilation
Originally committed as revision 8779 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'tests/seek_test.c')
-rw-r--r--tests/seek_test.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/seek_test.c b/tests/seek_test.c
index e174094392..3a5a27b7d2 100644
--- a/tests/seek_test.c
+++ b/tests/seek_test.c
@@ -23,6 +23,8 @@
#include "avformat.h"
+#undef exit
+
int main(int argc, char **argv)
{
const char *filename;