diff options
author | Timo Rothenpieler <timo@rothenpieler.org> | 2015-06-13 15:09:07 +0200 |
---|---|---|
committer | Michael Niedermayer <michaelni@gmx.at> | 2015-06-14 01:04:14 +0200 |
commit | f17d973413ec9a1e4d08ad409e64262c252e9ac2 (patch) | |
tree | cec8cd303fc040238f4d57ff62b741ef5aee96df /libavfilter/Makefile | |
parent | 4aebaed0e17b396bd9d18acb8e58a4700c7559df (diff) | |
download | ffmpeg-streaming-f17d973413ec9a1e4d08ad409e64262c252e9ac2.zip ffmpeg-streaming-f17d973413ec9a1e4d08ad409e64262c252e9ac2.tar.gz |
avfilter/vf_colorkey: Add colorkey video filter
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index bf5a549..fc9f455 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -102,6 +102,7 @@ OBJS-$(CONFIG_BOXBLUR_FILTER) += vf_boxblur.o OBJS-$(CONFIG_CODECVIEW_FILTER) += vf_codecview.o OBJS-$(CONFIG_COLORBALANCE_FILTER) += vf_colorbalance.o OBJS-$(CONFIG_COLORCHANNELMIXER_FILTER) += vf_colorchannelmixer.o +OBJS-$(CONFIG_COLORKEY_FILTER) += vf_colorkey.o OBJS-$(CONFIG_COLORLEVELS_FILTER) += vf_colorlevels.o OBJS-$(CONFIG_COLORMATRIX_FILTER) += vf_colormatrix.o OBJS-$(CONFIG_COPY_FILTER) += vf_copy.o |