[Mplayer-cvslog] CVS: main configure,1.291,1.292

Alex Beregszaszi alex at mplayer.dev.hu
Fri Nov 23 17:34:06 CET 2001


Update of /cvsroot/mplayer/main
In directory mplayer:/var/tmp.root/cvs-serv30607

Modified Files:
	configure 
Log Message:
sys/soundcard.h isn't needed for ALSA

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.291
retrieving revision 1.292
diff -u -r1.291 -r1.292
--- configure	23 Nov 2001 15:34:03 -0000	1.291
+++ configure	23 Nov 2001 16:34:04 -0000	1.292
@@ -1731,14 +1731,12 @@
   _alsa=no
   cat > $TMPC << EOF
 #include <sys/asoundlib.h>
-#include <sys/soundcard.h>
 int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==5)); }
 EOF
   cc_check -lasound $_ld_dl $_ld_pthread && $TMPO && _alsaver='0.5.x'
 
   cat > $TMPC << EOF
 #include <sys/asoundlib.h>
-#include <sys/soundcard.h>
 int main(void) { return (!(SND_LIB_MAJOR==0 && SND_LIB_MINOR==9)); }
 EOF
   cc_check -lasound $_ld_dl $_ld_pthread && $TMPO && _alsaver='0.9.x'




More information about the MPlayer-cvslog mailing list