Commit fa3789da authored by vitor's avatar vitor

Targets addition and removal

Commited in SoC by Bobby Bingham


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@11949 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 093c2f45
include ../config.mak
CFLAGS+=-I$(SRC_PATH)/libavcodec
CFLAGS+=-I$(SRC_PATH)/libavcodec -I$(SRC_PATH)/libswscale
OBJS = avfilter.o \
avfiltergraph.o \
......@@ -8,14 +8,15 @@ OBJS = avfilter.o \
defaults.o \
# TODO: real conditional compilation
OBJS-yes = vsrc_dummy.o \
vsrc_ppm.o \
vf_crop.o \
OBJS-yes = vf_crop.o \
vf_fifo.o \
vf_fps.o \
vf_negate.o \
vf_overlay.o \
vf_passthrough.o \
vf_rgb2bgr.o \
vf_scale.o \
vf_slicify.o \
vf_split.o \
vf_vflip.o \
HEADERS = avfilter.h
......
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