[MPlayer-users] [bugreport] [cvs version] configure

GoTaR gotar at poczta.onet.pl
Sat Oct 26 00:30:02 CEST 2002


1. configure has broken line terminators - see attachment for patch.
2. 20021012125440.GA17457 at os - this is still fucked up.

If you want to contact me please follow Reply-To, as I'm not
subscribed to the maillist.

-- 
GoTaR <gotar at priv0.onet.pl>		USA sux
PLD stuff at http://mops.uci.agh.edu.pl/~gotar/
-------------- next part --------------
--- configure.orig	Fri Oct 25 18:37:44 2002
+++ configure	Fri Oct 25 18:39:35 2002
@@ -205,7 +205,7 @@
   --disable-arts         disable aRts 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:
@@ -934,7 +934,7 @@
 _xv=auto
 _sdl=auto
 _directx=auto
-_win32waveout=auto
+_win32waveout=auto
 _nas=auto
 _png=auto
 _jpg=auto
@@ -1037,8 +1037,8 @@
   --disable-sdl)	_sdl=no		;;
   --enable-directx)     _directx=yes    ;;
   --disable-directx)    _directx=no     ;;
-  --enable-win32waveout)  _win32waveout=yes ;;
-  --disable-win32waveout) _win32waveout=no  ;;
+  --enable-win32waveout)  _win32waveout=yes ;;
+  --disable-win32waveout) _win32waveout=no  ;;
   --enable-nas)		_nas=yes	;;
   --disable-nas)	_nas=no		;;
   --enable-png)		_png=yes	;;
@@ -2811,27 +2811,27 @@
   _noaomodules="sdl $_noaomodules"
   echores "no"
 fi
-
-echocheck "windows waveout"
-if test "$_win32waveout" = auto ; then
-  cat > $TMPC << EOF
-#include <windows.h>
-#include <mmsystem.h>
-int main(void) { return 0; }
-EOF
-  _win32waveout=no
-  cc_check -lwinmm && _win32waveout=yes
-fi
-if test "$_win32waveout" = yes ; then
-  _def_win32waveout='#define HAVE_WIN32WAVEOUT 1'
-  _ld_win32libs="-lwinmm $_ld_win32libs"
-  _aosrc="$_aosrc ao_win32.c"
-  _aomodules="win32 $_aomodules"
-else
-  _def_win32waveout='#undef HAVE_WIN32WAVEOUT'
-  _noaomodules="win32 $_noaomodules"
-fi
-echores "$_win32waveout"
+
+echocheck "windows waveout"
+if test "$_win32waveout" = auto ; then
+  cat > $TMPC << EOF
+#include <windows.h>
+#include <mmsystem.h>
+int main(void) { return 0; }
+EOF
+  _win32waveout=no
+  cc_check -lwinmm && _win32waveout=yes
+fi
+if test "$_win32waveout" = yes ; then
+  _def_win32waveout='#define HAVE_WIN32WAVEOUT 1'
+  _ld_win32libs="-lwinmm $_ld_win32libs"
+  _aosrc="$_aosrc ao_win32.c"
+  _aomodules="win32 $_aomodules"
+else
+  _def_win32waveout='#undef HAVE_WIN32WAVEOUT'
+  _noaomodules="win32 $_noaomodules"
+fi
+echores "$_win32waveout"
 
 echocheck "Directx"
 if test "$_directx" = auto ; then
@@ -4442,7 +4442,7 @@
 EXTRA_LIB = $_ld_extra
 Z_LIB =  $_ld_static $_ld_zlib
 HAVE_MLIB = $_mlib
-WIN32_LIB = $_ld_win32libs
+WIN32_LIB = $_ld_win32libs
 STATIC_LIB = $_ld_static
 
 X11_INC = $_inc_x11
@@ -4771,7 +4771,7 @@
 $_def_alsa_asoundlib_h
 $_def_sunaudio
 $_def_sgiaudio
-$_def_win32waveout
+$_def_win32waveout
 $_def_nas
 
 /* Enable fast OSD/SUB renderer (looks ugly, but uses less CPU power) */
@@ -4911,7 +4911,7 @@
 $_def_sdl
 /* defined for SDLlib with keyrepeat bugs (before 1.2.1) */
 $_def_sdlbuggy
-$_def_directx
+$_def_directx
 $_def_ggi
 $_def_3dfx
 $_def_tdfxfb


More information about the MPlayer-users mailing list