diff options
author | Fabrice Bellard <fabrice@bellard.org> | 2003-06-14 11:09:57 +0000 |
---|---|---|
committer | Fabrice Bellard <fabrice@bellard.org> | 2003-06-14 11:09:57 +0000 |
commit | 31319a8ccddca74b178a411232865d78c5f4e985 (patch) | |
tree | bd8f29efb70ed257251362cbe3eb85c881bf0349 /configure | |
parent | 11e659c203d534c3f6033003be5c2727e2291796 (diff) | |
download | ffmpeg-31319a8ccddca74b178a411232865d78c5f4e985.tar.gz |
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-x | configure | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 |