<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0//EN" "http://www.w3.org/TR/REC-html40/strict.dtd"><html><head><meta name="qrichtext" content="1" /><style type="text/css">p, li { white-space: pre-wrap; }</style></head><body style=" font-family:'Sans Serif'; font-size:10pt; font-weight:400; font-style:normal;">On Sunday 15 March 2009 13:57:32 andrew wrote:<br>
&gt; Hi,<br>
&gt;<br>
&gt; I have compiled libmp4v2-1.5.0.1 from slackbuilds.org and then faac<br>
&gt; 1.28 with an unmodified script but I get the following with faac<br>
&gt; --long-help:<br>
&gt;<br>
&gt; +---------<br>
&gt; MP4 specific options:<br>
&gt;   MP4 support unavailable.<br>
&gt; +--------<br>
&gt;<br>
&gt; Can anyone else duplicate this problem? When running configure the<br>
&gt; external library appears to be picked up:<br>
&gt;<br>
&gt; +----------<br>
&gt; checking whether MP4Create is declared... yes<br>
&gt; checking for MP4MetadataDelete in -lmp4v2... yes<br>
&gt; checking whether MP4MetadataDelete is declared... yes<br>
&gt; checking for MP4MetadataDelete in -lmp4v2... (cached) yes<br>
&gt; configure: *** Building with external mp4v2 ***<br>
&gt; +---------<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>For faac to pick up support for mp4v2, you need to use internal libmp4v2 AND remove the separate libmp4v2 from the system. It will only use the internal one if it doesn't find an external and it won't link to the external (although it finds it.). Using the internal libmp4v2 the library will be built as a static lib and does not appear in the final package.<br>
That is my experience from testing faac. Hope that helps.<br>
<p style="-qt-paragraph-type:empty; margin-top:0px; margin-bottom:0px; margin-left:0px; margin-right:0px; -qt-block-indent:0; text-indent:0px; -qt-user-state:0;"><br></p>Grs,<br>
Heinz</p></body></html>