summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorVitor Sessak <vitor1001@gmail.com>2008-02-15 19:30:58 +0000
committerVitor Sessak <vitor1001@gmail.com>2008-02-15 19:30:58 +0000
commit9f4a53d1f803717ce1e9542c9a2a9e1932613bf8 (patch)
tree88cdee92034a068d14b4312f28c1c5274543e3f2 /libavfilter/Makefile
parent0a46caf92adb0a46a96c35e91f3d216fabbcc775 (diff)
Targets addition and removal
Commited in SoC by Bobby Bingham Originally committed as revision 11949 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile11
1 files changed, 6 insertions, 5 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 0dc98f24a8..012c4a05f8 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -1,6 +1,6 @@
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