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

Björn Sandell biorn at dce.chalmers.se
Fri Nov 7 11:16:46 CET 2003


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:

$ ./configure --with-extralibdir=/usr/local/lib \ 
 --with-extraincdir=/usr/local/include

Checking for internal FAAD2 (AAC) support ... yes
Checking for external FAAD2 (AAC) support ... no
Checking for FAAD2 version ... 1.1

$ ./configure --with-extralibdir=/usr/local/lib \
 --with-extraincdir=/usr/local/include --enable-external-faad

Checking for internal FAAD2 (AAC) support ... yes
Checking for external FAAD2 (AAC) support ... no
Checking for FAAD2 version ... 1.1

$ ./configure --with-extralibdir=/usr/local/lib \
 --with-extraincdir=/usr/local/include --disable-internal-faad

Checking for internal FAAD2 (AAC) support ... no
Checking for external FAAD2 (AAC) support ... yes
Checking for FAAD2 version ... 1.1

Same problem as earlier, when checking version faad.h in $_inc_extra is
used instead of the one in $_inc_faad.

Attached patch to your patch works for me.

-- 
Björn Sandell       DCE/DFS Sysadmin       IT department
Chalmers University of Technology    www.dce.chalmers.se
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: configure.diff
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20031107/3701ebee/attachment.txt>


More information about the MPlayer-dev-eng mailing list