[Mplayer-cvslog] CVS: main configure,1.707,1.708

Alex Beregszaszi alex at mplayerhq.hu
Sun May 18 12:50:22 CEST 2003


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

Modified Files:
	configure 
Log Message:
--with-codecsdir option by Diego Biurrun

Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.707
retrieving revision 1.708
diff -u -r1.707 -r1.708
--- configure	17 May 2003 12:23:32 -0000	1.707
+++ configure	18 May 2003 10:49:54 -0000	1.708
@@ -282,6 +282,7 @@
   --with-madlibdir=DIR     libmad (libmad shared library) in DIR
   --with-mlibdir=DIR       libmlib (MLIB support) in DIR (Solaris only)
   --with-libdvdnav=DIR     libdvdnav in DIR
+  --with-codecsdir=DIR     Binary codec files in DIR
   --with-win32libdir=DIR   W*ndows DLL files in DIR
   --with-xanimlibdir=DIR   XAnim DLL files in DIR
   --with-reallibdir=DIR    RealPlayer DLL files in DIR
@@ -1324,6 +1325,11 @@
     _dvdnav=yes
     ;;
 
+  --with-codecsdir=*)
+    _win32libdir=`echo $ac_option | cut -d '=' -f 2`
+    _xanimlibdir=`echo $ac_option | cut -d '=' -f 2`
+    _reallibdir=`echo $ac_option | cut -d '=' -f 2`
+    ;;
   --with-win32libdir=*)
     _win32libdir=`echo $ac_option | cut -d '=' -f 2`
     _win32=yes



More information about the MPlayer-cvslog mailing list