diff options
author | F.Sluiter <fsluiter@gmail.com> | 2016-04-05 09:36:37 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-04-07 14:02:46 +0200 |
commit | 3a9611d623fe2b3496885feec4aa4c661b163110 (patch) | |
tree | e2a63653de27ed79c6b00568af7d1df2b0e0d78d /libavfilter/Makefile | |
parent | c169062073d77803713877cef746f61abbc95f20 (diff) | |
download | ffmpeg-3a9611d623fe2b3496885feec4aa4c661b163110.tar.gz |
avfilter: add remap 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 b6e1999d4c..3a3de48821 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -224,6 +224,7 @@ OBJS-$(CONFIG_PULLUP_FILTER) += vf_pullup.o OBJS-$(CONFIG_QP_FILTER) += vf_qp.o OBJS-$(CONFIG_RANDOM_FILTER) += vf_random.o OBJS-$(CONFIG_REALTIME_FILTER) += f_realtime.o +OBJS-$(CONFIG_REMAP_FILTER) += vf_remap.o framesync.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 |