Author: bdubbs
Date: 2011-11-09 10:54:55 -0700 (Wed, 09 Nov 2011)
New Revision: 8951

Modified:
   trunk/BOOK/introduction/welcome/changelog.xml
   trunk/BOOK/multimedia/libdriv/libmpeg2.xml
Log:
Add a sed to libmpeg2 to avoid a segfault that occurs when using recent
compilers.



Modified: trunk/BOOK/introduction/welcome/changelog.xml
===================================================================
--- trunk/BOOK/introduction/welcome/changelog.xml       2011-11-09 17:37:35 UTC 
(rev 8950)
+++ trunk/BOOK/introduction/welcome/changelog.xml       2011-11-09 17:54:55 UTC 
(rev 8951)
@@ -45,12 +45,17 @@
       <para>November 9th, 2011</para>
       <itemizedlist>
         <listitem>
+          <para>[bdubbs] - Add a sed to libmpeg2 to avoid a segfault 
+          that occurs when using recent compilers.  Thansks to Andy
+          Benton for the report.</para>
+        </listitem>
+        <listitem>
           <para>[bdubbs] - Update book title and copyright date.</para>
         </listitem>
         <listitem>
           <para>[bdubbs] - Remove portmap and nfs-utils at least until
           upstream gets their act together.  Stable NIS and NFS headers and
-          functions not currently available form any source.</para>
+          functions not currently available from any source.</para>
         </listitem>
       </itemizedlist>
     </listitem>

Modified: trunk/BOOK/multimedia/libdriv/libmpeg2.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/libmpeg2.xml  2011-11-09 17:37:35 UTC (rev 
8950)
+++ trunk/BOOK/multimedia/libdriv/libmpeg2.xml  2011-11-09 17:54:55 UTC (rev 
8951)
@@ -36,7 +36,7 @@
     This is useful for programs and applications needing to decode MPEG-2 and
     MPEG-1 video streams.</para>
 
-    &lfs65_checked;
+    &lfs70_checked;
 
     <bridgehead renderas="sect3">Package Information</bridgehead>
     <itemizedlist spacing="compact">
@@ -74,6 +74,10 @@
   <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>
 

-- 
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page

Reply via email to