aboutsummaryrefslogtreecommitdiffstats
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-07 02:06:25 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-05-25 12:54:07 +0200
commit07586b68a8a496e44c7c977599e1ec09d07fd57f (patch)
treeab73a3ec1ce365d3bcd2f214efba0488f7619274 /libavfilter/Makefile
parent3c2c52baecb6c8c2af62989462804af7765694c4 (diff)
downloadffmpeg-07586b68a8a496e44c7c977599e1ec09d07fd57f.tar.gz
lavfi: add select filter
Address trac issue #92.
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 8130ee4d20..2324fb999e 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -46,6 +46,7 @@ OBJS-$(CONFIG_OVERLAY_FILTER) += vf_overlay.o
OBJS-$(CONFIG_PAD_FILTER) += vf_pad.o
OBJS-$(CONFIG_PIXDESCTEST_FILTER) += vf_pixdesctest.o
OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o
+OBJS-$(CONFIG_SELECT_FILTER) += vf_select.o
OBJS-$(CONFIG_SETDAR_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SETPTS_FILTER) += vf_setpts.o
OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o