[Mplayer-cvslog] CVS: 0_90 configure,1.666,1.667 README,1.8,1.9
Diego Biurrun CVS
diego at mplayerhq.hu
Sun May 25 18:36:14 CEST 2003
Update of /cvsroot/mplayer/0_90
In directory mail:/var/tmp.root/cvs-serv3892
Modified Files:
configure README
Log Message:
Ported --with-codecsdir option from main.
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/0_90/configure,v
retrieving revision 1.666
retrieving revision 1.667
diff -u -r1.666 -r1.667
--- configure 11 May 2003 18:56:32 -0000 1.666
+++ configure 25 May 2003 16:36:10 -0000 1.667
@@ -273,6 +273,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
@@ -1287,6 +1288,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
Index: README
===================================================================
RCS file: /cvsroot/mplayer/0_90/README,v
retrieving revision 1.8
retrieving revision 1.9
diff -u -r1.8 -r1.9
--- README 22 May 2003 21:40:08 -0000 1.8
+++ README 25 May 2003 16:36:10 -0000 1.9
@@ -95,21 +95,22 @@
linking does NOT suffice) this subdirectory into the MPlayer source tree.
-______________________________
-STEP2: Installing Win32 Codecs
-~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
+_______________________________
+STEP2: Installing Binary Codecs
+~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
MPlayer and libavcodec have builtin support for the most common audio and video
formats, but some formats require external codecs. Examples include Real, Indeo
-and Sorenson3 (newer Quicktime) formats. Support for Windows Media formats
-except WMV9 exists but still has some bugs, your mileage may vary. This step is
-not mandatory, but recommended for getting MPlayer to play a broader range of
+and QuickTime audio formats. Support for Windows Media formats except WMV9
+exists but still has some bugs, your mileage may vary. This step is not
+mandatory, but recommended for getting MPlayer to play a broader range of
formats. Please note that most codecs only work on Intel x86 compatible PCs.
Unpack the codecs archives and put the contents in a directory where MPlayer
-will find them. The default directory is /usr/lib/win32/ but you can change
-that to something else by using the '--with-win32libdir=DIR' option when you
-run './configure'.
+will find them. The default directory is /usr/local/lib/codecs/ (it used to be
+/usr/local/lib/win32 in the past, this also works) but you can change that to
+something else by using the '--with-codecsdir=DIR' option when you run
+'./configure'.
__________________________
More information about the MPlayer-cvslog
mailing list