[Mplayer-cvslog] CVS: main configure,1.862,1.863

joy_ping CVS syncmail at mplayerhq.hu
Thu May 13 00:49:25 CEST 2004


CVS change done by joy_ping CVS

Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv32250

Modified Files:
	configure 
Log Message:
changes for alsa9/alsa1.x merge, only alsa.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.862
retrieving revision 1.863
diff -u -r1.862 -r1.863
--- configure	8 May 2004 17:52:24 -0000	1.862
+++ configure	12 May 2004 22:49:23 -0000	1.863
@@ -4057,26 +4057,26 @@
     _def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1'
     echores "yes (using alsa 0.5.x and sys/asoundlib.h)"
   elif test "$_alsaver" = '0.9.x-sys' ; then
-    _aosrc="$_aosrc ao_alsa9.c"
-    _aomodules="alsa9 $_aomodules"
+    _aosrc="$_aosrc ao_alsa.c"
+    _aomodules="alsa $_aomodules"
     _def_alsa9='#define HAVE_ALSA9 1'
     _def_sys_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1'
     echores "yes (using alsa 0.9.x and sys/asoundlib.h)"
   elif test "$_alsaver" = '0.9.x-alsa' ; then
-    _aosrc="$_aosrc ao_alsa9.c"
-    _aomodules="alsa9 $_aomodules"
+    _aosrc="$_aosrc ao_alsa.c"
+    _aomodules="alsa $_aomodules"
     _def_alsa9='#define HAVE_ALSA9 1'
     _def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1'
     echores "yes (using alsa 0.9.x and alsa/asoundlib.h)"
   elif test "$_alsaver" = '1.0.x-sys' ; then
-    _aosrc="$_aosrc ao_alsa1x.c"
-    _aomodules="alsa1x $_aomodules"
+    _aosrc="$_aosrc ao_alsa.c"
+    _aomodules="alsa $_aomodules"
     _def_alsa1x="#define HAVE_ALSA1X 1"
     _def_alsa_asoundlib_h='#define HAVE_SYS_ASOUNDLIB_H 1'
     echores "yes (using alsa 1.0.x and sys/asoundlib.h)"
   elif test "$_alsaver" = '1.0.x-alsa' ; then
-    _aosrc="$_aosrc ao_alsa1x.c"
-    _aomodules="alsa1x $_aomodules"
+    _aosrc="$_aosrc ao_alsa.c"
+    _aomodules="alsa $_aomodules"
     _def_alsa1x="#define HAVE_ALSA1X 1"
     _def_alsa_asoundlib_h='#define HAVE_ALSA_ASOUNDLIB_H 1'
     echores "yes (using alsa 1.0.x and alsa/asoundlib.h)"




More information about the MPlayer-cvslog mailing list