diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-11-17 14:04:16 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-11-19 14:46:45 +0100 |
commit | cfd421226c67319bb2598991a11996ca5e6bcec4 (patch) | |
tree | 3ac9fc99af1fa35e89cb419c20ff8818f2d71a22 /libavfilter/Makefile | |
parent | 8f875a90c440925268e55c2734ec258fe1994cab (diff) | |
download | ffmpeg-streaming-cfd421226c67319bb2598991a11996ca5e6bcec4.zip ffmpeg-streaming-cfd421226c67319bb2598991a11996ca5e6bcec4.tar.gz |
avfilter: add chromashift 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 6058fb9..8f3fde8 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -169,6 +169,7 @@ OBJS-$(CONFIG_BOXBLUR_OPENCL_FILTER) += vf_avgblur_opencl.o opencl.o \ OBJS-$(CONFIG_BWDIF_FILTER) += vf_bwdif.o OBJS-$(CONFIG_CHROMAHOLD_FILTER) += vf_chromakey.o OBJS-$(CONFIG_CHROMAKEY_FILTER) += vf_chromakey.o +OBJS-$(CONFIG_CHROMASHIFT_FILTER) += vf_chromashift.o OBJS-$(CONFIG_CIESCOPE_FILTER) += vf_ciescope.o OBJS-$(CONFIG_CODECVIEW_FILTER) += vf_codecview.o OBJS-$(CONFIG_COLORBALANCE_FILTER) += vf_colorbalance.o |