Commit 34af5fe0 authored by nick's avatar nick

Move yuv2rgb to postprocess


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@207 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 964e4998
...@@ -3,10 +3,14 @@ include ../config.mak ...@@ -3,10 +3,14 @@ include ../config.mak
LIBNAME = libpostproc.a LIBNAME = libpostproc.a
SRCS=postprocess.c swscale.c rgb2rgb.c SRCS=postprocess.c swscale.c rgb2rgb.c yuv2rgb.c
OBJS=$(SRCS:.c=.o) OBJS=$(SRCS:.c=.o)
CFLAGS = $(OPTFLAGS) -I. -I.. -Wall ifeq ($(TARGET_ARCH_X86),yes)
SRCS += yuv2rgb_mmx.c
endif
CFLAGS = $(OPTFLAGS) $(MLIB_INC) -I. -I.. -Wall
# -I/usr/X11R6/include/ # -I/usr/X11R6/include/
.SUFFIXES: .c .o .SUFFIXES: .c .o
......
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