Commit 4f3ad27d authored by michael's avatar michael

runtime cpu detection


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@230 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 7d9742fe
......@@ -6,10 +6,6 @@ LIBNAME = libpostproc.a
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/
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment