[Mplayer-cvslog] CVS: main configure,1.96,1.97

Arpi of Ize arpi at mplayerhq.banki.hu
Wed Jul 4 01:04:39 CEST 2001


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

Modified Files:
	configure 
Log Message:
not found -> no (to be consistent)

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.96
retrieving revision 1.97
diff -u -r1.96 -r1.97
--- configure	3 Jul 2001 14:22:23 -0000	1.96
+++ configure	3 Jul 2001 23:04:36 -0000	1.97
@@ -735,18 +735,18 @@
 int main( void ) { if(SND_LIB_MAJOR==0&&SND_LIB_MINOR==5)return 0; return 1; }
 EOF
 
-_alsaver='not found'
+_alsaver='no'
 $_cc -o $TMPO -lasound -ldl -lpthread $TMPC 2> /dev/null || _alsa=no
 [ $_alsa = 'yes' ] && $TMPO && { _alsaver='0.5.x'; }
 
-if [ "$_alsaver" = 'not found' ]; then
+if [ "$_alsaver" = 'no' ]; then
 cat > $TMPC << EOF
 #include <sys/asoundlib.h>
 #include <sys/soundcard.h>
 int main( void ) { if(SND_LIB_MAJOR==0&&SND_LIB_MINOR==9)return 0; return 1; }
 EOF
 
-_alsaver='not found'
+_alsaver='no'
 $_cc -o $TMPO -lasound -ldl -lpthread $TMPC 2> /dev/null || _alsa=no
 [ $_alsa = 'yes' ] && $TMPO && { _alsaver='0.9.x'; }
 fi


_______________________________________________
Mplayer-cvslog mailing list
Mplayer-cvslog at lists.sourceforge.net
http://lists.sourceforge.net/lists/listinfo/mplayer-cvslog



More information about the MPlayer-cvslog mailing list