Remove addition of AltiVec flags to CFLAGS, configure takes care of this.

git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@22607 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
diego 2007-03-15 12:17:22 +00:00
parent f65b34684f
commit e361f0a500
1 changed files with 0 additions and 2 deletions

View File

@ -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