diff options
author | Paul B Mahol <onemda@gmail.com> | 2015-07-15 01:48:37 +0000 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2015-07-19 19:01:00 +0000 |
commit | a8fbb7b62597d346161b02c822bd851274d83527 (patch) | |
tree | f3f30ab5d654765d243e64a1d4846b78ed9535ff /libavfilter/Makefile | |
parent | eb468b0be03ec5d73ab03431c1985de8dd7064d1 (diff) | |
download | ffmpeg-a8fbb7b62597d346161b02c822bd851274d83527.tar.gz |
avfilter: add random video filter
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 4687a26d91..cd74b8cf89 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -183,6 +183,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_RANDOM_FILTER) += vf_random.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 |