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:26:09 +0100 |
commit | c6357311f3808c9640f1604172e5cecc6eea0b1c (patch) | |
tree | 3cbf99d720007f831e0ba7f7cdd959fd1caa9e28 /libavfilter/Makefile | |
parent | 7f7eb137d6e04d73eb851fc847a54a47384748dc (diff) | |
download | ffmpeg-c6357311f3808c9640f1604172e5cecc6eea0b1c.tar.gz |
lavfi/vf_uspp: convert to the video_enc_params API
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 bb0367e828..ad1046d526 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -450,7 +450,7 @@ OBJS-$(CONFIG_UNSHARP_FILTER) += vf_unsharp.o OBJS-$(CONFIG_UNSHARP_OPENCL_FILTER) += vf_unsharp_opencl.o opencl.o \ opencl/unsharp.o OBJS-$(CONFIG_UNTILE_FILTER) += vf_untile.o -OBJS-$(CONFIG_USPP_FILTER) += vf_uspp.o +OBJS-$(CONFIG_USPP_FILTER) += vf_uspp.o qp_table.o OBJS-$(CONFIG_V360_FILTER) += vf_v360.o OBJS-$(CONFIG_VAGUEDENOISER_FILTER) += vf_vaguedenoiser.o OBJS-$(CONFIG_VECTORSCOPE_FILTER) += vf_vectorscope.o |