[MPlayer-dev-eng] [PATCH] AIX PPC mplayer port
Diego Biurrun
diego at biurrun.de
Tue Dec 27 15:50:13 CET 2005
On Tue, Dec 27, 2005 at 05:59:19AM +0000, Derek E. Lewis wrote:
>
> +echocheck "-lC"
> +cat > $TMPC <<EOF
> +int main(void) { return 0; }
> +EOF
> +if cc_check -lC; then
> + _ld_lC="-lC"
> + echores "yes"
> +else
> + _ld_lC=""
> + echores "no"
> +fi
What's the point of this check? Shouldn't you just add the parameter
unconditionally for AIX?
> --- Makefile 16 Nov 2005 10:38:23 -0000 1.333
> +++ Makefile 27 Dec 2005 05:56:55 -0000
> @@ -395,6 +395,7 @@
> $(ARCH_LIB) \
> $(I18NLIBS) \
> $(MATH_LIB) \
> + $(AIX_LIBC_LIB) \
You're messing up indentation by mixing tabs and spaces here.
Diego
More information about the MPlayer-dev-eng
mailing list