[MPlayer-dev-eng] [PATCH] new faad detection in configure

James Bilotto jb13 at gomerbud.com
Fri Nov 7 14:44:16 CET 2003


On Fri, Nov 07, 2003 at 02:20:49PM +0100, Diego Biurrun wrote:
> On Fri, Nov 07, 2003 at 04:02:06AM -0800, James Bilotto wrote:
> > On Fri, Nov 07, 2003 at 11:16:46AM +0100, Björn Sandell wrote:
> > > On Fri, 7 Nov 2003 02:12:41 +0100
> > > Diego Biurrun <diego at biurrun.de> wrote:
> > > 
> > > > 
> > > > I've reworked my faad detection patch a bit, Dominik, James Bilotto,
> > > > Björn Sandell please test, this should also fix the version detection.
> > > 
> > > Nope. Well, it works with --disable-internal-faad:
> > 
> > the same hear. with some modifications it will thou. patch against cvs
> 
> > -  if cc_check $_inc_faad $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then
> > +  if cc_check -I- $_inc_faad $_ld_faad -lm && "$TMPO" >> "$TMPLOG" ; then
> 
> That is the same change I made in the latest version.  Please try my latest
> patch.  Thanks

you missed this part

+# external faad: check if it's really faad2 :)
+echocheck "external FAAD2 (AAC) support"
+if test "$_faad_external" != no ; then
+  _ld_faad='-lfaad'
+  _inc_faad="$_inc_extra"

--enable-external-faad will fail without it. can't find the header

thank you for spending time on this

jb13



More information about the MPlayer-dev-eng mailing list