Removed the disabled --obj-type option from faac documentation

git-svn-id: svn://svn.linuxfromscratch.org/BLFS/trunk/BOOK@7170 af4574ff-66df-0310-9fd7-8a98e5e911e0
This commit is contained in:
Alexander E. Patrakov 2008-01-19 15:00:54 +00:00
parent 222787b9f2
commit be9a1905b7

View File

@ -77,6 +77,7 @@
following commands:</para>
<screen><userinput>./bootstrap &amp;&amp;
sed -i -e '/obj-type/d' -e '/Long Term/d' frontend/main.c &amp;&amp;
./configure --prefix=/usr &amp;&amp;
make</userinput></screen>
@ -108,6 +109,17 @@ aplay Front_Left.wav</userinput></screen>
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