changeset 4015:17aaeec7cd5f libavcodec

Remove intrinsics checks, they are no longer used. partly based on a patch by Zuxy Meng, zuxy.meng gmail com
author diego
date Fri, 13 Oct 2006 16:04:41 +0000
parents b2582438effe
children 29ea06410ce7
files Makefile
diffstat 1 files changed, 0 insertions(+), 13 deletions(-) [+]
line wrap: on
line diff
--- a/Makefile	Fri Oct 13 14:21:25 2006 +0000
+++ b/Makefile	Fri Oct 13 16:04:41 2006 +0000
@@ -339,19 +339,6 @@
 ifeq ($(CONFIG_CAVS_DECODER),yes)
 OBJS += i386/cavsdsp_mmx.o
 endif
-ifeq ($(TARGET_BUILTIN_VECTOR),yes)
-i386/fft_sse.o: CFLAGS+= -msse
-depend: CFLAGS+= -msse
-endif
-ifeq ($(TARGET_BUILTIN_3DNOW),yes)
-i386/fft_3dn.o: CFLAGS+= -m3dnow
-ifeq ($(TARGET_ARCH_X86),yes)
-i386/fft_3dn2.o: CFLAGS+= -march=athlon
-endif
-ifeq ($(TARGET_ARCH_X86_64),yes)
-i386/fft_3dn2.o: CFLAGS+= -march=k8
-endif
-endif
 endif
 
 # armv4l specific stuff