diff options
author | Paul B Mahol <onemda@gmail.com> | 2016-01-23 17:15:53 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2016-02-01 13:16:15 +0100 |
commit | 79991b2288a92010811b7b72c682aae4afed0668 (patch) | |
tree | eb47adcf0ce563f356a9be9a4439c7a307f7225d /libavfilter/Makefile | |
parent | 75f3e5e082264010020099a06111c5dcfae68c98 (diff) | |
download | ffmpeg-79991b2288a92010811b7b72c682aae4afed0668.tar.gz |
avfilter: add nnedi filter
Port of nnedi3 vapoursynth 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 b93e5f26ee..e76d18e89d 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -187,6 +187,7 @@ OBJS-$(CONFIG_MCDEINT_FILTER) += vf_mcdeint.o OBJS-$(CONFIG_MERGEPLANES_FILTER) += vf_mergeplanes.o framesync.o OBJS-$(CONFIG_MPDECIMATE_FILTER) += vf_mpdecimate.o OBJS-$(CONFIG_NEGATE_FILTER) += vf_lut.o +OBJS-$(CONFIG_NNEDI_FILTER) += vf_nnedi.o OBJS-$(CONFIG_NOFORMAT_FILTER) += vf_format.o OBJS-$(CONFIG_NOISE_FILTER) += vf_noise.o OBJS-$(CONFIG_NULL_FILTER) += vf_null.o |