From bde111ee2150ff2ad328af4c4e73046f74039cf9 Mon Sep 17 00:00:00 2001 From: diego Date: Sun, 29 Dec 2002 19:58:56 +0000 Subject: Win32 DLLs and OpenGL do not work on Cygwin. Automatically disable them and update the documentation accordingly, plus some spellchecking cosmetics. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@8643 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 25 ++++++++++++++----------- 1 file changed, 14 insertions(+), 11 deletions(-) (limited to 'configure') diff --git a/configure b/configure index d0e58cf62d..50ac88df55 100755 --- a/configure +++ b/configure @@ -214,7 +214,7 @@ Audio output: --disable-esd disable esd sound support [autodetect] --disable-alsa disable alsa sound support [autodetect] --disable-sunaudio disable Sun sound support [autodetect] - --disable-win32waveout disable windows waveout sound support [autodetect] + --disable-win32waveout disable Windows waveout sound support [autodetect] --disable-select disable using select() on audio device [enable] Miscellaneous options: @@ -2548,6 +2548,7 @@ fi echocheck "OpenGL" +cygwin && _gl=no #Note: this test is run even with --enable-gl since we autodetect $_ld_gl if test "$_x11" = yes && test "$_gl" != no ; then cat > $TMPC << EOF @@ -3007,7 +3008,7 @@ else echores "no" fi -echocheck "windows waveout" +echocheck "Windows waveout" if test "$_win32waveout" = auto ; then cat > $TMPC << EOF #include @@ -3737,6 +3738,7 @@ echores "$_faad" echocheck "Win32 DLL support" qnx && _win32=no +cygwin && _win32="Win32 DLLs not supported under Cygwin" if test "$_win32" = auto ; then _win32=no if x86 ; then @@ -3764,7 +3766,7 @@ else _def_win32='#undef USE_WIN32DLL' _nocodecmodules="win32 $_nocodecmodules" _dshow=no - echores "no" + echores "$_win32" fi @@ -5398,12 +5400,12 @@ Use --enable-sdl to force usage of libSDL. EOF fi -if x86 ; then +if x86 && ! cygwin; then if test "$_win32" = no ; then if test "$_win32libdir" ; then cat <