diff options
author | Ruiling Song <ruiling.song@intel.com> | 2019-04-12 16:29:03 +0800 |
---|---|---|
committer | Ruiling Song <ruiling.song@intel.com> | 2019-05-24 15:09:22 +0800 |
commit | 1d74150a7dacf4912de21820ab1011b94c13eeb5 (patch) | |
tree | 0bbf1196f1d3669735f6759f12f42d4d1bec64f8 /libavfilter/Makefile | |
parent | 023ea5e360cb08d4f71991aca45a636df831b88d (diff) | |
download | ffmpeg-streaming-1d74150a7dacf4912de21820ab1011b94c13eeb5.zip ffmpeg-streaming-1d74150a7dacf4912de21820ab1011b94c13eeb5.tar.gz |
lavfi/opencl: add nlmeans_opencl filter
Reviewed-by: Mark Thompson <sw@jkqxz.net>
Signed-off-by: Ruiling Song <ruiling.song@intel.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 b9109cc..9a61c25 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -297,6 +297,7 @@ OBJS-$(CONFIG_MIX_FILTER) += vf_mix.o OBJS-$(CONFIG_MPDECIMATE_FILTER) += vf_mpdecimate.o OBJS-$(CONFIG_NEGATE_FILTER) += vf_lut.o OBJS-$(CONFIG_NLMEANS_FILTER) += vf_nlmeans.o +OBJS-$(CONFIG_NLMEANS_OPENCL_FILTER) += vf_nlmeans_opencl.o opencl.o opencl/nlmeans.o OBJS-$(CONFIG_NNEDI_FILTER) += vf_nnedi.o OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NOISE_FILTER) += vf_noise.o |