[MPlayer-dev-eng] [PATCH] new faad detection in configure
James Bilotto
jb13 at gomerbud.com
Sat Nov 8 10:06:58 CET 2003
On Fri, Nov 07, 2003 at 10:39:59PM +0100, Diego Biurrun wrote:
Content-Description: message body text
> James Bilotto writes:
> > On Fri, Nov 07, 2003 at 05:41:45PM +0100, Diego Biurrun wrote:
[snip]
> OK, I'm beginning to see the light, please try the latest incarnation.
> Thanks
there is only one problem i see with this
> +_faad_internal=auto
> +_faad_external=auto
...
> +echocheck "external FAAD2 (AAC) support"
> +if test "$_faad_external" != no ; then
...
> + if test "$_faad_external" = auto ; then
the second if dose not make sens, and if you just run configure
it will run the internal & external tests and default to external
unless there is no external faad, in whitch cass the version check
will fail for the internal faad ( can find the header ). i think
it should default to internal=yes, external=no
thanks
jb13
More information about the MPlayer-dev-eng
mailing list