diff options
author | Paul B Mahol <onemda@gmail.com> | 2017-06-19 12:54:29 +0200 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2017-06-19 14:04:44 +0200 |
commit | b9d0a5fc215febfaa0c5b1ce5b0a799d59dd2a03 (patch) | |
tree | 79cabb846059325fd822a2c4fa946dc1ebaa5680 /libavfilter/Makefile | |
parent | ca5cf84655f38e8e1eaaff714d62ee824c21a309 (diff) | |
download | ffmpeg-b9d0a5fc215febfaa0c5b1ce5b0a799d59dd2a03.tar.gz |
avfilter: add roberts cross operator
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 52c44d266f..f023a0d5d6 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -268,6 +268,7 @@ 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_REVERSE_FILTER) += f_reverse.o +OBJS-$(CONFIG_ROBERTS_FILTER) += vf_convolution.o OBJS-$(CONFIG_ROTATE_FILTER) += vf_rotate.o OBJS-$(CONFIG_SAB_FILTER) += vf_sab.o OBJS-$(CONFIG_SCALE_FILTER) += vf_scale.o scale.o |