diff 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 14c8c762c2b7
children 57bdcdb061d7
line wrap: on
line diff
--- a/Makefile	Mon Aug 11 20:04:30 2003 +0000
+++ b/Makefile	Mon Aug 11 20:52:53 2003 +0000
@@ -40,14 +40,6 @@
 
 CFLAGS = $(OPTFLAGS) -Ilibmpdemux -Iloader -Ilibvo $(FREETYPE_INC) $(EXTRA_INC) $(CDPARANOIA_INC) $(SDL_INC) $(X11_INC) $(FRIBIDI_INC) # -Wall
 
-ifeq ($(TARGET_ALTIVEC),yes)
-ifeq ($(TARGET_OS),Darwin)
-CFLAGS += -faltivec
-else
-CFLAGS += -maltivec -mabi=altivec
-endif
-endif
-
 PARTS = libmpdemux libmpcodecs mp3lib liba52 libmpeg2 libavcodec libao2 drivers osdep postproc input libvo libaf
 ifeq ($(VIDIX),yes)
 PARTS += libdha vidix