Mercurial > libavcodec.hg
changeset 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 | 08f82699fc71 |
children | f5a107782a66 |
files | Makefile |
diffstat | 1 files changed, 0 insertions(+), 5 deletions(-) [+] |
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