diff libmpeg2/Makefile @ 10572:d7ec2e2bb0da

Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
author alex
date Mon, 11 Aug 2003 20:52:53 +0000
parents f486ad4016ad
children 80973aa180a5
line wrap: on
line diff
--- a/libmpeg2/Makefile	Mon Aug 11 20:04:30 2003 +0000
+++ b/libmpeg2/Makefile	Mon Aug 11 20:52:53 2003 +0000
@@ -10,11 +10,6 @@
 CFLAGS  = $(OPTFLAGS) $(INCLUDE) -DMPG12PLAY
 
 ifeq ($(TARGET_ALTIVEC),yes)
-ifeq ($(TARGET_OS),Darwin)
-CFLAGS += -faltivec
-else
-CFLAGS += -maltivec -mabi=altivec
-endif
 SRCS += motion_comp_altivec.c idct_altivec.c
 endif