Author: igor
Date: Thu May 30 07:17:32 2013
New Revision: 11211

Log:
Disable static libtheora libs.

Modified:
   trunk/BOOK/multimedia/libdriv/libtheora.xml

Modified: trunk/BOOK/multimedia/libdriv/libtheora.xml
==============================================================================
--- trunk/BOOK/multimedia/libdriv/libtheora.xml Thu May 30 07:09:40 2013        
(r11210)
+++ trunk/BOOK/multimedia/libdriv/libtheora.xml Thu May 30 07:17:32 2013        
(r11211)
@@ -85,7 +85,7 @@
     commands:</para>
 
 <screen><userinput>sed -i 's/png_\(sizeof\)/\1/g' examples/png2theora.c 
&amp;&amp;
-./configure --prefix=/usr &amp;&amp;
+./configure --prefix=/usr --disable-static &amp;&amp;
 make</userinput></screen>
 
     <para>If you wish to run the tests, issue: <command>make 
check</command>.</para>
@@ -112,8 +112,8 @@
       <application>libpng</application> 1.6.
     </para>
 
-    <para><option>--disable-static</option>: This switch prevents building 
static
-    libraries.</para>
+    <xi:include xmlns:xi="http://www.w3.org/2001/XInclude";
+      href="../../xincludes/static-libraries.xml"/>
 
   </sect2>
 
@@ -127,8 +127,8 @@
 
       <seglistitem>
         <seg>None, unless you installed the examples</seg>
-        <seg>libtheora.{so,a}, libtheoraenc.{so,a}, and
-        libtheoradec.{so,a}</seg>
+        <seg>libtheora.so, libtheoraenc.so, and
+        libtheoradec.so</seg>
         <seg>/usr/include/theora and 
/usr/share/doc/libtheora-&libtheora-version;</seg>
       </seglistitem>
     </segmentedlist>
@@ -139,12 +139,12 @@
       <?dbhtml list-presentation="table"?>
 
       <varlistentry id="libtheora-lib">
-        <term><filename class='libraryfile'>libtheora*.{so,a}</filename></term>
+        <term><filename class='libraryfile'>libtheora*.so</filename></term>
         <listitem>
           <para>libraries provide the functions to read and write video
           files.</para>
           <indexterm zone="libtheora libtheora-lib">
-            <primary sortas="c-libtheora">libtheora*.{so,a}</primary>
+            <primary sortas="c-libtheora">libtheora*.so</primary>
           </indexterm>
         </listitem>
       </varlistentry>
-- 
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