[MPlayer-dev-eng] [PATCH] configure does not detect faac

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Sun Oct 9 11:23:50 CEST 2005


Hi,
On Wed, Oct 05, 2005 at 03:04:26PM -0400, Giacomo Comes wrote:
> --- configure.ori	2005-10-05 14:54:11.000000000 -0400
> +++ configure	2005-10-05 14:54:31.000000000 -0400
> @@ -5431,7 +5431,7 @@
>  EOF
>    _faac=no
>    for _ld_tmp in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
> -    cc_check -c -O4 $_ld_tmp $_ld_lm && _ld_faac="$_ld_tmp" && faac=yes && break
> +    cc_check -c -O4 $_ld_tmp $_ld_lm && _ld_faac="$_ld_tmp" && _faac=yes && break

Btw, I think this is still nonsense... what are all the -l options good
for when no linking is done (-c)?? I'd say it always picks just -lfaac.

Greetings,
Reimar Döffinger




More information about the MPlayer-dev-eng mailing list