Author: randy
Date: 2013-01-14 21:51:28 -0700 (Mon, 14 Jan 2013)
New Revision: 10942
Modified:
trunk/BOOK/introduction/welcome/changelog.xml
trunk/BOOK/multimedia/libdriv/libmpeg2.xml
Log:
Remove an unneeded parameter from the libmpeg2 instructions
Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml 2013-01-15 02:50:02 UTC
(rev 10941)
+++ trunk/BOOK/introduction/welcome/changelog.xml 2013-01-15 04:51:28 UTC
(rev 10942)
@@ -48,6 +48,10 @@
<para>January 15th, 2013</para>
<itemizedlist>
<listitem>
+ <para>[randy] - Remove an unneeded parameter from the libmpeg2
+ instructions.</para>
+ </listitem>
+ <listitem>
<para>[randy] - Corrected the API documentation installation
instructions in the xine-lib instructions.</para>
</listitem>
Modified: trunk/BOOK/multimedia/libdriv/libmpeg2.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libmpeg2.xml 2013-01-15 02:50:02 UTC (rev
10941)
+++ trunk/BOOK/multimedia/libdriv/libmpeg2.xml 2013-01-15 04:51:28 UTC (rev
10942)
@@ -74,14 +74,11 @@
<sect2 role="installation">
<title>Installation of libmpeg2</title>
- <para>First a problem that occurs in more recent compilers:</para>
-
-<screen><userinput>sed -i 's/static const/static/'
libmpeg2/idct_mmx.c</userinput></screen>
-
<para>Install <application>libmpeg2</application> by running the following
commands:</para>
-<screen><userinput>./configure --prefix=/usr --enable-shared &&
+<screen><userinput>sed -i 's/static const/static/' libmpeg2/idct_mmx.c
&&
+./configure --prefix=/usr &&
make</userinput></screen>
<para>To test the results, issue: <command>make check</command>. To
@@ -100,10 +97,8 @@
<sect2 role="commands">
<title>Command Explanations</title>
- <para><parameter>--enable-shared</parameter>: This parameter forces
- building shared versions of the libraries as well as the static
- versions.</para>
-
+ <para><command>sed -i ...</command>: This <command>sed</command> fixes
+ problems with recent GCC compilers.</para>
</sect2>
<sect2 role="content">
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page