configure: Fix detection of SDL backend for vo_gl on OS X
commita701c81f6dacaab94ab832c171f7230cd1f8e933
authorastrange <astrange@b3059339-0415-0410-9bf9-f77b7e298cf2>
Wed, 30 Jun 2010 09:27:03 +0000 (30 09:27 +0000)
committerUoti Urpala <uau@glyph.nonexistent.invalid>
Tue, 2 Nov 2010 02:11:43 +0000 (2 04:11 +0200)
tree9615addec063c5ac444d1c07398b83d045d701d1
parentb8ab283f91fcbdee4051be712d2d2ae57e7328c3
configure: Fix detection of SDL backend for vo_gl on OS X

SDL overrides main, and provides a prototype for SDL_main
which uses argc and argv. Since the prototype didn't match
the main() in the test program, it failed to compile, making
the test fail when it should have worked.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@31589 b3059339-0415-0410-9bf9-f77b7e298cf2
configure