[MPlayer-cvslog] CVS: main configure,1.1195,1.1196

Diego Biurrun CVS syncmail at mplayerhq.hu
Fri May 12 11:20:54 CEST 2006


CVS change done by Diego Biurrun CVS

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

Modified Files:
	configure 
Log Message:
Add missing --enable-toolame and --enable-twolame parameters.


Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.1195
retrieving revision 1.1196
diff -u -r1.1195 -r1.1196
--- configure	12 May 2006 09:13:05 -0000	1.1195
+++ configure	12 May 2006 09:20:51 -0000	1.1196
@@ -1763,7 +1763,9 @@
   --disable-openal)	_openal=no	;;
   --enable-mad)		_mad=yes	;;
   --disable-mad)	_mad=no		;;
+  --enable-toolame)	_toolame=yes	;;
   --disable-toolame)	_toolame=no	;;
+  --enable-twolame)	_twolame=yes	;;
   --disable-twolame)	_twolame=no	;;
   --enable-libcdio)	_libcdio=yes	;;
   --disable-libcdio)	_libcdio=no	;;




More information about the MPlayer-cvslog mailing list