summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-10 18:58:49 +0200
committerStefano Sabatini <stefano.sabatini-lala@poste.it>2011-08-14 12:17:10 +0200
commit2701f6cc6aca624e6d26f1bd3bd6190b8024ea6b (patch)
treea7a5265cc56ee2fd4a45fbdf7ec70a85d8a875f1 /libavfilter/Makefile
parent0a2295815dac9a924513555ce1f7491c1f5f1765 (diff)
lavfi: port libmpcodecs delogo filter
The ported filter supports named option parsing and more YUV formats.
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 a8ae42c7f3..72ceec7f27 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -31,6 +31,7 @@ OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o
OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o
OBJS-$(CONFIG_CROP_FILTER) += vf_crop.o
OBJS-$(CONFIG_CROPDETECT_FILTER) += vf_cropdetect.o
+OBJS-$(CONFIG_DELOGO_FILTER) += vf_delogo.o
OBJS-$(CONFIG_DRAWBOX_FILTER) += vf_drawbox.o
OBJS-$(CONFIG_DRAWTEXT_FILTER) += vf_drawtext.o
OBJS-$(CONFIG_FADE_FILTER) += vf_fade.o