From a11ee841949170e18c3670bec4bb312b844ebe59 Mon Sep 17 00:00:00 2001 From: Anton Khirnov Date: Fri, 17 Apr 2020 10:32:12 +0200 Subject: lavfi/vf_pp: convert to the video_enc_params API Re-enable fate-filter-qp and fate-filter-pp. --- libavfilter/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavfilter/Makefile') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 526da8d69e..557f3b97c7 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -352,7 +352,7 @@ OBJS-$(CONFIG_PHASE_FILTER) += vf_phase.o OBJS-$(CONFIG_PHOTOSENSITIVITY_FILTER) += vf_photosensitivity.o OBJS-$(CONFIG_PIXDESCTEST_FILTER) += vf_pixdesctest.o OBJS-$(CONFIG_PIXSCOPE_FILTER) += vf_datascope.o -OBJS-$(CONFIG_PP_FILTER) += vf_pp.o +OBJS-$(CONFIG_PP_FILTER) += vf_pp.o qp_table.o OBJS-$(CONFIG_PP7_FILTER) += vf_pp7.o OBJS-$(CONFIG_PREMULTIPLY_FILTER) += vf_premultiply.o framesync.o OBJS-$(CONFIG_PREWITT_FILTER) += vf_convolution.o -- cgit v1.2.3