[MPlayer-cvslog] r22091 - trunk/configure
Dominik 'Rathann' Mierzejewski
dominik at rangers.eu.org
Wed Jan 31 15:31:52 CET 2007
On Wednesday, 31 January 2007 at 10:25, lorenm wrote:
> Author: lorenm
> Date: Wed Jan 31 10:25:05 2007
> New Revision: 22091
>
> Modified:
> trunk/configure
>
> Log:
> libfaac detection skipped linking, and thus only checked for headers and not libs
>
>
> Modified: trunk/configure
> ==============================================================================
> --- trunk/configure (original)
> +++ trunk/configure Wed Jan 31 10:25:05 2007
> @@ -5863,7 +5863,7 @@
> EOF
> _faac=no
> for _ld_faac in "-lfaac" "-lfaac -lmp4v2 -lstdc++" ; do
> - cc_check -c -O4 $_ld_tmp $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
> + cc_check -O4 $_ld_tmp $_ld_lm && _libs_mencoder="$_libs_mencoder $_ld_faac" && _faac=yes && break
> done
> fi
> if test "$_faac" = yes ; then
Can we drop the "-O4" from test while we're at it?
Regards,
R.
--
MPlayer developer and RPMs maintainer: http://mplayerhq.hu http://rpm.livna.org
There should be a science of discontent. People need hard times and
oppression to develop psychic muscles.
-- from "Collected Sayings of Muad'Dib" by the Princess Irulan
More information about the MPlayer-cvslog
mailing list