diff options
author | Clément Bœsch <clement@stupeflix.com> | 2014-08-18 16:32:26 +0200 |
---|---|---|
committer | Clément Bœsch <u@pkh.me> | 2014-08-24 14:35:11 +0200 |
commit | f888331769d666fd7b9cebf7d1b6d824300978cb (patch) | |
tree | 612e293481539cab0b90dac4ed5baed76baa066c /libavfilter/Makefile | |
parent | 6dfa70f272d7ede75d45991c907dd93c50be1690 (diff) | |
download | ffmpeg-f888331769d666fd7b9cebf7d1b6d824300978cb.tar.gz |
avfilter: add codecview filter
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 7486f96c9c..ce71ce1a24 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -97,6 +97,7 @@ OBJS-$(CONFIG_BLACKDETECT_FILTER) += vf_blackdetect.o OBJS-$(CONFIG_BLACKFRAME_FILTER) += vf_blackframe.o OBJS-$(CONFIG_BLEND_FILTER) += vf_blend.o dualinput.o framesync.o 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_COLORMATRIX_FILTER) += vf_colormatrix.o |