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:28 +0100 |
commit | 3f0930387cd8f365381b02d03407ec33f06e6f05 (patch) | |
tree | a9cc97f806956ecabb5974aec23433d94d0b892c /libavfilter/Makefile | |
parent | 955bdb1d32b279ea7a773dba66ac375d98d71740 (diff) | |
download | ffmpeg-3f0930387cd8f365381b02d03407ec33f06e6f05.tar.gz |
lavfi/vf_fspp: 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 2d836f0a7f..1be93e443a 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -271,7 +271,7 @@ OBJS-$(CONFIG_FRAMESTEP_FILTER) += vf_framestep.o OBJS-$(CONFIG_FREEZEDETECT_FILTER) += vf_freezedetect.o OBJS-$(CONFIG_FREEZEFRAMES_FILTER) += vf_freezeframes.o OBJS-$(CONFIG_FREI0R_FILTER) += vf_frei0r.o -OBJS-$(CONFIG_FSPP_FILTER) += vf_fspp.o +OBJS-$(CONFIG_FSPP_FILTER) += vf_fspp.o qp_table.o OBJS-$(CONFIG_GBLUR_FILTER) += vf_gblur.o OBJS-$(CONFIG_GEQ_FILTER) += vf_geq.o OBJS-$(CONFIG_GRADFUN_FILTER) += vf_gradfun.o |