Author: rthomsen
Date: 2012-04-15 12:26:17 -0600 (Sun, 15 Apr 2012)
New Revision: 9921

Modified:
   trunk/BOOK/multimedia/videoutils/vlc.xml
Log:
Fix VLC deps (again).

Modified: trunk/BOOK/multimedia/videoutils/vlc.xml
===================================================================
--- trunk/BOOK/multimedia/videoutils/vlc.xml    2012-04-15 18:16:33 UTC (rev 
9920)
+++ trunk/BOOK/multimedia/videoutils/vlc.xml    2012-04-15 18:26:17 UTC (rev 
9921)
@@ -66,14 +66,15 @@
 
     <bridgehead renderas="sect4">Required</bridgehead>
     <para role="required">
-    <xref linkend="dbus"/>,
-    <xref linkend="ffmpeg"/>,
-    <xref linkend="libmad"/> and
-    <xref linkend="liba52"/>
+    <xref linkend="dbus"/>
     </para>
 
     <bridgehead renderas="sect4">Recommended</bridgehead>
-    <para role="recommended"><xref linkend="qt4"/> 
(<application>Qt</application>
+    <para role="recommended">
+    <xref linkend="ffmpeg"/>,
+    <xref linkend="libmad"/>,
+    <xref linkend="liba52"/> and
+    <xref linkend="qt4"/> (<application>Qt</application>
     is required for the graphical user interface. Without Qt you will only be 
able 
     to use the command line or <application>ncurses</application> 
interface)</para>
 
@@ -199,6 +200,13 @@
 
     <para><parameter>--disable-lua</parameter>: The package fails to install if
     Lua is missing. Omit this option if you have Lua.</para>
+    <para><parameter>--disable-avcodec</parameter>: Use this switch if you 
don't 
+    have ffmpeg.</para>
+    <para><parameter>--disable-mad</parameter>: Use this switch if you don't 
+    have libmad.</para>
+    <para><parameter>--disable-a52</parameter>: Use this switch if you don't 
+    have liba52.</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

Reply via email to