# HG changeset patch # User michael # Date 1006809443 0 # Node ID dfdac3e25dcd7122585f0b2fb9049ded9162ac65 # Parent 20bcd5b7088645fee47c977d6dea09a0e19e03b2 runtime cpu detection diff -r 20bcd5b70886 -r dfdac3e25dcd libpostproc/Makefile --- 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/