Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-22 00:57:30 +0400
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-22 00:57:30 +0400
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