diff options
author | Shannon Chen <shann@fb.com> | 2017-07-28 13:19:09 -0700 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2023-01-28 12:00:27 +0100 |
commit | ed519a36908e2009389c7321ed73da36c586930e (patch) | |
tree | 01a829867861fb624352d4b823860ec1b04cfba8 /libavfilter/Makefile | |
parent | ac37b2c2b12bd256c29f92a2feebfa20b08f5f5c (diff) | |
download | ffmpeg-ed519a36908e2009389c7321ed73da36c586930e.tar.gz |
lavfi: Add vf_ssim360 filter
Customized SSIM for various projections (and stereo formats) of 360 images and videos.
Further contributions by:
Ashok Mathew Kuruvilla
Matthieu Patou
Yu-Hui Wu
Anton Khirnov
Suggested-By: ffmpeg@fb.com
Signed-off-by: Anton Khirnov <anton@khirnov.net>
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 211ff4daaa..d4e38bd4e8 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -486,6 +486,7 @@ OBJS-$(CONFIG_SPLIT_FILTER) += split.o OBJS-$(CONFIG_SPP_FILTER) += vf_spp.o qp_table.o OBJS-$(CONFIG_SR_FILTER) += vf_sr.o OBJS-$(CONFIG_SSIM_FILTER) += vf_ssim.o framesync.o +OBJS-$(CONFIG_SSIM360_FILTER) += vf_ssim360.o framesync.o OBJS-$(CONFIG_STEREO3D_FILTER) += vf_stereo3d.o OBJS-$(CONFIG_STREAMSELECT_FILTER) += f_streamselect.o framesync.o OBJS-$(CONFIG_SUBTITLES_FILTER) += vf_subtitles.o |