1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 15:56:59 +00:00

Remove outdated and wrong references to codecs.conf.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@23161 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-04-28 16:18:55 +00:00
parent 3af0ad0432
commit 136f5763f7
2 changed files with 5 additions and 27 deletions

View File

@ -134,26 +134,10 @@ make install
</para> </para>
<para> <para>
At this point, <application>MPlayer</application> is ready to use. The At this point, <application>MPlayer</application> is ready to use.
directory <filename class="directory">$PREFIX/share/mplayer</filename> Check if you have a <filename>codecs.conf</filename> file in your home
contains the <filename>codecs.conf</filename> file, which is used to tell directory at (<filename>~/.mplayer/codecs.conf</filename>) left from old
the program all the codecs and their capabilities. This file is needed only <application>MPlayer</application> versions. If you find one, remove it.
when you want to change its properties, as the main binary contains an internal
copy of it. Check if you have
<filename>codecs.conf</filename> in your home directory
(<filename>~/.mplayer/codecs.conf</filename>) left from old
<application>MPlayer</application> versions, and remove it.
</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 <application>MPlayer</application>
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>
<para> <para>

View File

@ -353,20 +353,14 @@ not put it in your global path) then point to the location with:
<para> <para>
Or you can use the default install delivered with IRIX 6.5 in which case Or you can use the default install delivered with IRIX 6.5 in which case
you will have to edit the <filename>Makefile</filename> by hand a little bit. you will have to edit the <filename>Makefile</filename> by hand a little bit.
Change the following two lines: Change the line:
<programlisting> <programlisting>
$(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1 $(INSTALL) -c -m 644 DOCS/mplayer.1 $(MANDIR)/man1/mplayer.1
$(INSTALL) -c -m 644 etc/codecs.conf $(CONFDIR)/codecs.conf
</programlisting> </programlisting>
to: to:
<programlisting> <programlisting>
$(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/ $(INSTALL) -m 644 mplayer.1 $(MANDIR)/man1/
$(INSTALL) -m 644 codecs.conf $(CONFDIR)/
</programlisting> </programlisting>
And then do (from within the <application>MPlayer</application> source dir):
<screen>cp DOCS/mplayer.1 . ; cp etc/codecs.conf .</screen>
and then go on with building and installing. and then go on with building and installing.
</para> </para>
</sect2> </sect2>