changeset 170:dfdac3e25dcd libavcodec

runtime cpu detection
author michael
date Mon, 26 Nov 2001 21:17:23 +0000
parents 20bcd5b70886
children fa9734559c98
files libpostproc/Makefile
diffstat 1 files changed, 0 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/libpostproc/Makefile	Sat Nov 24 22:16:29 2001 +0000
+++ b/libpostproc/Makefile	Mon Nov 26 21:17:23 2001 +0000
@@ -6,10 +6,6 @@
 SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
 OBJS=$(SRCS:.c=.o)
 
-ifeq ($(TARGET_ARCH_X86),yes)
-SRCS += yuv2rgb_mmx.c
-endif
-
 CFLAGS  = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall $(EXTRA_INC)
 # -I/usr/X11R6/include/