summaryrefslogtreecommitdiff
path: root/configure
diff options
context:
space:
mode:
authorFabrice Bellard <fabrice@bellard.org>2003-06-14 11:09:57 +0000
committerFabrice Bellard <fabrice@bellard.org>2003-06-14 11:09:57 +0000
commit31319a8ccddca74b178a411232865d78c5f4e985 (patch)
treebd8f29efb70ed257251362cbe3eb85c881bf0349 /configure
parent11e659c203d534c3f6033003be5c2727e2291796 (diff)
win32 compile fix for ffplay by gbazin at altern dot org
Originally committed as revision 1958 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure1
1 files changed, 1 insertions, 0 deletions
diff --git a/configure b/configure
index 5c72358774..a92a60fe26 100755
--- a/configure
+++ b/configure
@@ -627,6 +627,7 @@ fi
cat > $TMPC << EOF
#include <SDL.h>
+#undef main /* We don't want SDL to override our main() */
int main( void ) { return SDL_Init (SDL_INIT_VIDEO); }
EOF