# HG changeset patch
# User diego
# Date 1177777135 0
# Node ID 89cee9f0dfa680fa3bc8848069f794d694cae795
# Parent 4978352462a024335aa486fb43cda7fb34cd47c8
Remove outdated and wrong references to codecs.conf.
diff -r 4978352462a0 -r 89cee9f0dfa6 DOCS/xml/en/install.xml
--- a/DOCS/xml/en/install.xml Sat Apr 28 14:27:15 2007 +0000
+++ b/DOCS/xml/en/install.xml Sat Apr 28 16:18:55 2007 +0000
@@ -134,26 +134,10 @@
-At this point, MPlayer is ready to use. The
-directory $PREFIX/share/mplayer
-contains the codecs.conf file, which is used to tell
-the program all the codecs and their capabilities. This file is needed only
-when you want to change its properties, as the main binary contains an internal
-copy of it. Check if you have
-codecs.conf in your home directory
-(~/.mplayer/codecs.conf) left from old
-MPlayer versions, and remove it.
-
-
-
-Note that if you have a codecs.conf in
-~/.mplayer/, the builtin and system
-codecs.conf will be ignored completely.
-Do not do this unless you want to fiddle with MPlayer
-internals as this can can cause many problems. If you want to change the codecs
-search order, use the , ,
-, or options either on the command
-line or in your config file (see the manual page).
+At this point, MPlayer is ready to use.
+Check if you have a codecs.conf file in your home
+directory at (~/.mplayer/codecs.conf) left from old
+MPlayer versions. If you find one, remove it.
diff -r 4978352462a0 -r 89cee9f0dfa6 DOCS/xml/en/ports.xml
--- a/DOCS/xml/en/ports.xml Sat Apr 28 14:27:15 2007 +0000
+++ b/DOCS/xml/en/ports.xml Sat Apr 28 16:18:55 2007 +0000
@@ -353,20 +353,14 @@
Or you can use the default install delivered with IRIX 6.5 in which case
you will have to edit the Makefile by hand a little bit.
-Change the following two lines:
+Change the line:
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
-
-$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
to:
$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
-
-$(INSTALL) -m 644 codecs.conf $(CONFDIR)/
-And then do (from within the MPlayer source dir):
-cp DOCS/mplayer.1 . ; cp etc/codecs.conf .
and then go on with building and installing.