Mercurial > libavcodec.hg
diff Makefile @ 1400:720e891050c7 libavcodec
Simplified and fixed altivec/altivec.h detection under Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
author | al3x |
---|---|
date | Mon, 11 Aug 2003 20:27:17 +0000 |
parents | a16990d50fce |
children | a4d00b1f0271 |
line wrap: on
line diff
--- a/Makefile Sun Aug 10 21:11:45 2003 +0000 +++ b/Makefile Mon Aug 11 20:27:17 2003 +0000 @@ -127,11 +127,6 @@ endif ifeq ($(TARGET_ALTIVEC),yes) -ifeq ($(TARGET_OS),Darwin) -CFLAGS += -faltivec -else -CFLAGS += -maltivec -mabi=altivec -endif OBJS += ppc/dsputil_altivec.o ppc/mpegvideo_altivec.o ppc/idct_altivec.o \ ppc/fft_altivec.o ppc/gmc_altivec.o endif