summaryrefslogtreecommitdiff
path: root/libavfilter/Makefile
diff options
context:
space:
mode:
authorBobby Bingham <uhmmmm@gmail.com>2011-05-21 16:46:11 +0200
committerMichael Niedermayer <michaelni@gmx.at>2011-05-21 17:23:29 +0200
commita38a00eddf200e18c6cf3ba090beaa3b224bd114 (patch)
tree4b6ba698298257eb162bc03394593d1c069e21f5 /libavfilter/Makefile
parent95eb2e3a3819e8b6d87940bfa41bf1ea3ae68f5a (diff)
libavfilter: vf_split from soc.
Commited by michael, for detailed authorship see soc repo
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 de34089468..8ea3169841 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -52,6 +52,7 @@ OBJS-$(CONFIG_SETSAR_FILTER) += vf_aspect.o
OBJS-$(CONFIG_SETTB_FILTER) += vf_settb.o
OBJS-$(CONFIG_SHOWINFO_FILTER) += vf_showinfo.o
OBJS-$(CONFIG_SLICIFY_FILTER) += vf_slicify.o
+OBJS-$(CONFIG_SPLIT_FILTER) += vf_split.o
OBJS-$(CONFIG_TRANSPOSE_FILTER) += vf_transpose.o
OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o
OBJS-$(CONFIG_VFLIP_FILTER) += vf_vflip.o