summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-22 22:00:33 +0000
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2009-10-22 22:00:33 +0000
commitc38ae71f54f93c662c7f5ae950cc754d5d9edbf4 (patch)
treec372be13a0d034144c62b2b456b870c4d906622b /libavfilter/Makefile
parentdebfab4a0d3636181caef90a4f7942263591e49e (diff)
Add video vertical flip filter.
Originally committed as revision 20352 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 c5bf2bbb9c..f411d31528 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -13,5 +13,6 @@ OBJS = allfilters.o \
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_NULL_FILTER) += vf_null.o
+OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o
include $(SUBDIR)../subdir.mak