summaryrefslogtreecommitdiffstats
path: root/DOCS/xml/en/install.xml
diff options
context:
space:
mode:
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>