summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/install.xml
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-09 17:35:34 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-07-09 17:35:34 +0000
commit54632cac163ba5938572380a7f8e07fc8740668c (patch)
tree5ede95d546ba620be03541ae94f245db0c1f5f6e /DOCS/xml/en/install.xml
parent3cdb50cba53257ae43cb1b3dc126414b716b3b09 (diff)
downloadmpv-54632cac163ba5938572380a7f8e07fc8740668c.tar.bz2
mpv-54632cac163ba5938572380a7f8e07fc8740668c.tar.xz
Strings attached to codecs.conf explained.
Based on a patch by Andrew Church <achurch@achurch.org>. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10404 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'DOCS/xml/en/install.xml')
-rw-r--r--DOCS/xml/en/install.xml12
1 files changed, 12 insertions, 0 deletions
diff --git a/DOCS/xml/en/install.xml b/DOCS/xml/en/install.xml
index 3e98141148..0d6e913dac 100644
--- a/DOCS/xml/en/install.xml
+++ b/DOCS/xml/en/install.xml
@@ -449,6 +449,18 @@ copy of it. Check if you have
</para>
<para>
+Note that if you have a <filename>codecs.conf</filename> in
+<filename>~/.mplayer/</filename>, the builtin and system
+<filename>codecs.conf</filename> 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 <option>-vc</option>, <option>-ac</option>, <option>-vfm</option>,
+or <option>-afm</option> options either on the command line or in your
+config file (see the manual page).
+</para>
+
+
+<para>
Debian users can build a .deb package for themselves, it's very simple.
Just exec
<screen>fakeroot debian/rules binary</screen>