diff options
author | Anton Khirnov <anton@khirnov.net> | 2020-04-17 10:32:12 +0200 |
---|---|---|
committer | Anton Khirnov <anton@khirnov.net> | 2021-01-01 14:25:02 +0100 |
commit | 775707aba9d2181e144b6be5f312539460eff31e (patch) | |
tree | fc7caac2931f4dd8953761788e42895a9997c100 /libavfilter/Makefile | |
parent | a11ee841949170e18c3670bec4bb312b844ebe59 (diff) | |
download | ffmpeg-775707aba9d2181e144b6be5f312539460eff31e.tar.gz |
lavfi/vf_spp: convert to the video_enc_params API
Re-enable fate-filter-spp
Diffstat (limited to 'libavfilter/Makefile')
-rw-r--r-- | libavfilter/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 557f3b97c7..88640e7477 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -414,7 +414,7 @@ OBJS-$(CONFIG_SOBEL_FILTER) += vf_convolution.o OBJS-$(CONFIG_SOBEL_OPENCL_FILTER) += vf_convolution_opencl.o opencl.o \ opencl/convolution.o OBJS-$(CONFIG_SPLIT_FILTER) += split.o -OBJS-$(CONFIG_SPP_FILTER) += vf_spp.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_STEREO3D_FILTER) += vf_stereo3d.o |