mirror of
https://github.com/Zeckmathederg/glfs.git
synced 2025-02-03 23:07:23 +08:00
MPlayer: removed instructions for shared postprocessing library as it's
not needed, reported by Reimar Döffinger. git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@2972 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
parent
aa489e8fcf
commit
26f7934dc6
@ -22,6 +22,9 @@ who wrote what.</para>
|
||||
|
||||
<itemizedlist>
|
||||
|
||||
<listitem><para>MPlayer: removed instructions for shared postprocessing
|
||||
library as it's not needed, reported by Reimar Döffinger.</para></listitem>
|
||||
|
||||
<listitem><para>November 19th, 2004 [igor]: Updated to MySQL-4.1.7,
|
||||
CVS-1.11.18 and ALSA-1.0.7.</para></listitem>
|
||||
|
||||
|
@ -8,7 +8,7 @@
|
||||
<!ENTITY mplayer-size "5.1 MB">
|
||||
<!ENTITY mplayer-buildsize "74 MB (additional 19 MB for CODECs)">
|
||||
<!ENTITY mplayer-time "1.80 SBU">
|
||||
<!ENTITY mplayer-default-codec "essential-20040809.tar.bz2">
|
||||
<!ENTITY mplayer-default-codec "essential-20041107.tar.bz2">
|
||||
<!ENTITY mplayer-default-skin "Blue-1.4.tar.bz2">
|
||||
<!ENTITY mplayer-default-font "font-arial-iso-8859-1">
|
||||
]>
|
||||
@ -167,10 +167,11 @@ to the <command>configure</command> script.</para>
|
||||
script. You'll also need to extract at least one skin. Extract the desired
|
||||
skin to the default location:</para>
|
||||
|
||||
<screen><userinput><command>install -d -m755 /usr/share/mplayer/Skin/default &&
|
||||
<screen><userinput><command>install -d -m755 /usr/share/mplayer/Skin &&
|
||||
tar xjvf ../&mplayer-default-skin; \
|
||||
-C /usr/share/mplayer/Skin/default --strip-path=1 &&
|
||||
chown -R root:root /usr/share/mplayer/Skin/default</command></userinput></screen>
|
||||
-C /usr/share/mplayer/Skin &&
|
||||
chown -R root:root /usr/share/mplayer/Skin/Blue &&
|
||||
ln -sf Blue /usr/share/mplayer/Skin/default</command></userinput></screen>
|
||||
</sect3>
|
||||
|
||||
<sect3>
|
||||
@ -194,10 +195,9 @@ commands:</para>
|
||||
|
||||
<screen><userinput><command>patch -Np1 -i ../MPlayer-&mplayer-version;-kernel_2.6-1.patch &&
|
||||
./configure --prefix=/usr --confdir=/etc/mplayer \
|
||||
--enable-largefiles --enable-shared-pp &&
|
||||
--enable-largefiles &&
|
||||
make &&
|
||||
make install &&
|
||||
make -C libavcodec/libpostproc install &&
|
||||
install -d -m755 /usr/share/doc/mplayer &&
|
||||
cp -R DOCS/* /usr/share/doc/mplayer &&
|
||||
chown -R root:root /usr/share/doc/mplayer</command></userinput></screen>
|
||||
@ -269,14 +269,6 @@ ATAPI CD/DVD-ROM drive</userinput></screen>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Command explanations</title>
|
||||
<para><parameter>--enable-shared-pp</parameter>: This enables building the
|
||||
shared <filename class="libraryfile">libpostproc</filename> library (for
|
||||
post processing) which features filters such as sharpen.</para>
|
||||
|
||||
</sect2>
|
||||
|
||||
<sect2>
|
||||
<title>Configuring MPlayer</title>
|
||||
|
||||
@ -350,4 +342,3 @@ mencoder -forceidx <name.avi></command></userinput></screen>
|
||||
</sect2>
|
||||
|
||||
</sect1>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user