summaryrefslogtreecommitdiffstats
path: root/libmpeg2
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 20:52:53 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-08-11 20:52:53 +0000
commiteb6fb0dbc9619009630e9dcf8739bea4f2c0c384 (patch)
treefce831b9055e60952b4dbf59c48d139c1289d575 /libmpeg2
parent1e87b4bbaa5dbc2ab0e8c8084ecece30ada91ddc (diff)
downloadmpv-eb6fb0dbc9619009630e9dcf8739bea4f2c0c384.tar.bz2
mpv-eb6fb0dbc9619009630e9dcf8739bea4f2c0c384.tar.xz
Simplified/fixed altivec/altivec.h detection on Linux and Darwin (and others). Patch by Magnus Damm <damm@opensource.se>
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10573 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpeg2')
-rw-r--r--libmpeg2/Makefile5
1 files changed, 0 insertions, 5 deletions
diff --git a/libmpeg2/Makefile b/libmpeg2/Makefile
index ac5ccab892..e9bbba3dc3 100644
--- a/libmpeg2/Makefile
+++ b/libmpeg2/Makefile
@@ -10,11 +10,6 @@ INCLUDE = -I. -I../libvo -I.. $(EXTRA_INC) $(MLIB_INC)
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