diff options
author | Paul B Mahol <onemda@gmail.com> | 2021-03-03 15:21:04 +0100 |
---|---|---|
committer | Paul B Mahol <onemda@gmail.com> | 2021-03-06 12:41:30 +0100 |
commit | 4a69cd4e4eba490b7e1ce33b45662e26d87a6a18 (patch) | |
tree | dcef53514caf1250fdc12e01b531f1427590fdc8 /libavfilter/Makefile | |
parent | dc20b27802a4db3e46952b53c3aa8f331beffd37 (diff) | |
download | ffmpeg-4a69cd4e4eba490b7e1ce33b45662e26d87a6a18.tar.gz |
avfilter: add identity 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 359ea7f903..b2c254ea67 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -299,6 +299,7 @@ OBJS-$(CONFIG_HWMAP_FILTER) += vf_hwmap.o OBJS-$(CONFIG_HWUPLOAD_CUDA_FILTER) += vf_hwupload_cuda.o OBJS-$(CONFIG_HWUPLOAD_FILTER) += vf_hwupload.o OBJS-$(CONFIG_HYSTERESIS_FILTER) += vf_hysteresis.o framesync.o +OBJS-$(CONFIG_IDENTITY_FILTER) += vf_identity.o OBJS-$(CONFIG_IDET_FILTER) += vf_idet.o OBJS-$(CONFIG_IL_FILTER) += vf_il.o OBJS-$(CONFIG_INFLATE_FILTER) += vf_neighbor.o |