[Mplayer-cvslog] CVS: main configure,1.27,1.28

Felix Buenemann atmosfear at users.sourceforge.net
Sat Apr 21 14:26:31 CEST 2001


Update of /cvsroot/mplayer/main
In directory usw-pr-cvs1:/tmp/cvs-serv6554

Modified Files:
	configure 
Log Message:
fixed sdl detection (showed outdated even if not detected)


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.27
retrieving revision 1.28
diff -C2 -r1.27 -r1.28
*** configure	2001/04/20 17:27:38	1.27
--- configure	2001/04/21 12:26:29	1.28
***************
*** 400,408 ****
  # Atmosfear: added SDL versioncheck and autodetect; removed warnings.
  _sdl=no
! if test `sdl-config --version | sed s/[=[:punct:]=]//g` -gt 116 ; then
! 	$_cc $TMPC -o $TMPO -L/usr/lib/ -L/usr/local/lib/ -lSDL -lpthread &> /dev/null && _sdl=yes
! else
! 	_sdl=outdated
! fi
  
  _termcap=no
--- 400,410 ----
  # Atmosfear: added SDL versioncheck and autodetect; removed warnings.
  _sdl=no
! if $_cc $TMPC -o $TMPO -L/usr/lib/ -L/usr/local/lib/ -lSDL -lpthread &> /dev/null ; then
! 	if test `sdl-config --version | sed s/[=[:punct:]=]//g` -gt 116 ; then
! 		_sdl=yes
! 	else
! 		_sdl=outdated
! 	fi
! fi	
  
  _termcap=no


_______________________________________________
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