summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-21 20:57:30 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-21 20:57:30 +0000
commit190c166960b88f1b27932e1f274dd494862e8449 (patch)
tree53f8afd16ea216e451a4635ede5af84e4b2040c7 /libavfilter/Makefile
parent9abba21ad3474ff5c49dd5cf17facc8330386a95 (diff)
Add video crop filter.
Originally committed as revision 20342 to svn://svn.ffmpeg.org/ffmpeg/trunk
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r--libavfilter/Makefile1
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index e79eb47da4..c5bf2bbb9c 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -11,6 +11,7 @@ OBJS = allfilters.o \
defaults.o \
formats.o \
+OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_NULL_FILTER) += vf_null.o
include $(SUBDIR)../subdir.mak