Author: alexander
Date: 2008-01-19 08:00:54 -0700 (Sat, 19 Jan 2008)
New Revision: 7170
Modified:
trunk/BOOK/multimedia/libdriv/faac.xml
Log:
Removed the disabled --obj-type option from faac documentation
Modified: trunk/BOOK/multimedia/libdriv/faac.xml
===================================================================
--- trunk/BOOK/multimedia/libdriv/faac.xml 2008-01-19 13:08:11 UTC (rev
7169)
+++ trunk/BOOK/multimedia/libdriv/faac.xml 2008-01-19 15:00:54 UTC (rev
7170)
@@ -77,6 +77,7 @@
following commands:</para>
<screen><userinput>./bootstrap &&
+sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &&
./configure --prefix=/usr &&
make</userinput></screen>
@@ -108,6 +109,17 @@
and produces the <command>configure</command> script and some other files
that drive the further build.</para>
+<!-- Note to editors: remove this sed if the new release re-enables the
+ option (look for "#if 0" near "case OBJTYPE_FLAG:", this is line
+ 697 in frontend/main.c as of FAAC-1.26) or fixes the documentation
+ so that it dosn't mention the disabled option. -->
+
+ <para><command>sed -i ...</command>: This command removes documentation
+ for the <option>--obj-type</option> parameter from the
+ <command>faad --long-help</command> command output. This parameter
+ is disabled in FAAC-&faac-version; anyway due to sound quality issues
+ with object types other than <quote>Low Complexity</quote>.</para>
+
<para><option>--enable-drm</option>: This option is supposed to enable
support for encoding files for
<ulink url="http://www.drm.org/">Digital Radio Mondiale</ulink>, but
--
http://linuxfromscratch.org/mailman/listinfo/blfs-book
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page