[MPlayer-cvslog] r22607 - trunk/mp3lib/Makefile

Reimar Döffinger Reimar.Doeffinger at stud.uni-karlsruhe.de
Thu Mar 15 13:36:32 CET 2007


Hello,
On Thu, Mar 15, 2007 at 01:17:22PM +0100, diego wrote:
> Author: diego
> Date: Thu Mar 15 13:17:22 2007
> New Revision: 22607
> 
> Modified:
>    trunk/mp3lib/Makefile
> 
> Log:
> Remove addition of AltiVec flags to CFLAGS, configure takes care of this.
> 
> 
> Modified: trunk/mp3lib/Makefile
> ==============================================================================
> --- trunk/mp3lib/Makefile	(original)
> +++ trunk/mp3lib/Makefile	Thu Mar 15 13:17:22 2007
> @@ -18,8 +18,6 @@ ifeq ($(TARGET_ALTIVEC),yes)
>  SRCS_COMMON += dct64_altivec.c
>  ifeq ($(TARGET_OS),Darwin)
>  CFLAGS += -faltivec
> -else
> -CFLAGS += -maltivec -mabi=altivec
>  endif
>  endif

Why is only half of it removed? Comparing with ffmpeg configure, the
-faltivec is for Apple and -maltivec -mabi=altivec is for vanilla gcc,
so it should depends on gcc version which one is done, not on OS
anyway...

Greetings,
Reimar Döffinger



More information about the MPlayer-cvslog mailing list