diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-04 20:19:05 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-08 16:02:34 +0000 |
commit | 91748662bc024294d50e2e0542d727265e331105 (patch) | |
tree | 0f0168bb085b8007f85bc812e05dd9a3185cdd3d /libavfilter/Makefile | |
parent | 3c63d06d81e7b4ff8f37c0a3cc344d6a80f72928 (diff) | |
download | ffmpeg-91748662bc024294d50e2e0542d727265e331105.tar.gz |
avfilter: add removegrain
Signed-off-by: Paul B Mahol <onemda@gmail.com>
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 3e899f2e5d..a623433477 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -178,6 +178,7 @@ OBJS-$(CONFIG_PP7_FILTER) += vf_pp7.o OBJS-$(CONFIG_PSNR_FILTER) += vf_psnr.o dualinput.o framesync.o OBJS-$(CONFIG_PULLUP_FILTER) += vf_pullup.o OBJS-$(CONFIG_QP_FILTER) += vf_qp.o +OBJS-$(CONFIG_REMOVEGRAIN_FILTER) += vf_removegrain.o OBJS-$(CONFIG_REMOVELOGO_FILTER) += bbox.o lswsutils.o lavfutils.o vf_removelogo.o OBJS-$(CONFIG_REPEATFIELDS_FILTER) += vf_repeatfields.o OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o |