diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-11-18 13:03:03 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-11-19 14:55:49 +0100 |
commit | 6da439219d2334a2eac27e49fe8584daab6a2c00 (patch) | |
tree | f409d2fd9bcd640f92c0c239c7fb48a9d9185d2c /libavfilter/Makefile | |
parent | cfd421226c67319bb2598991a11996ca5e6bcec4 (diff) | |
download | ffmpeg-streaming-6da439219d2334a2eac27e49fe8584daab6a2c00.zip ffmpeg-streaming-6da439219d2334a2eac27e49fe8584daab6a2c00.tar.gz |
avfilter: add rgbashift 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 8f3fde8..4df22db 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -330,6 +330,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_RGBASHIFT_FILTER) += vf_chromashift.o OBJS-$(CONFIG_ROBERTS_FILTER) += vf_convolution.o OBJS-$(CONFIG_ROBERTS_OPENCL_FILTER) += vf_convolution_opencl.o opencl.o \ opencl/convolution.o |