diff options
author | Paul B Mahol <onemda@gmail.com> | 2018-11-13 14:13:10 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2018-11-16 20:19:08 +0100 |
commit | 7a73cca2546af87d2699b4773419eb228983c2a4 (patch) | |
tree | 4a70322c27656f45b753b070a2b366cd8effe284 /libavfilter/Makefile | |
parent | 4334e9221ee139de01f48fbc95720b36648af0a0 (diff) | |
download | ffmpeg-streaming-7a73cca2546af87d2699b4773419eb228983c2a4.zip ffmpeg-streaming-7a73cca2546af87d2699b4773419eb228983c2a4.tar.gz |
avfilter: add dedot video 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 a7ebd02..6058fb9 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -194,6 +194,7 @@ OBJS-$(CONFIG_DEBAND_FILTER) += vf_deband.o OBJS-$(CONFIG_DEBLOCK_FILTER) += vf_deblock.o OBJS-$(CONFIG_DECIMATE_FILTER) += vf_decimate.o OBJS-$(CONFIG_DECONVOLVE_FILTER) += vf_convolve.o framesync.o +OBJS-$(CONFIG_DEDOT_FILTER) += vf_dedot.o OBJS-$(CONFIG_DEFLATE_FILTER) += vf_neighbor.o OBJS-$(CONFIG_DEFLICKER_FILTER) += vf_deflicker.o OBJS-$(CONFIG_DEINTERLACE_QSV_FILTER) += vf_deinterlace_qsv.o |