From 6b30123208a0c3b8276cb9355329eafff20160ed Mon Sep 17 00:00:00 2001 From: Baptiste Coudurier Date: Sun, 22 Apr 2007 00:27:20 +0000 Subject: [PATCH] fix compilation Originally committed as revision 8779 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 e174094..3a5a27b 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; -- 2.7.4