[FFmpeg-cvslog] avfilter/Makefile: Add missing tiltshelf entry

Andreas Rheinhardt git at videolan.org
Wed May 8 01:03:59 EEST 2024


ffmpeg | branch: master | Andreas Rheinhardt <andreas.rheinhardt at outlook.com> | Sun May  5 12:53:19 2024 +0200| [609d2c01eaa6c71b33f559a071a6c5d6a0809bba] | committer: Andreas Rheinhardt

avfilter/Makefile: Add missing tiltshelf entry

Forgotten in 525f83becd7c1cc8de4c1def6584510026c12f23.

Signed-off-by: Andreas Rheinhardt <andreas.rheinhardt at outlook.com>

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=609d2c01eaa6c71b33f559a071a6c5d6a0809bba
---

 libavfilter/Makefile | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libavfilter/Makefile b/libavfilter/Makefile
index 8571e9e2af..5c6568689b 100644
--- a/libavfilter/Makefile
+++ b/libavfilter/Makefile
@@ -167,6 +167,7 @@ OBJS-$(CONFIG_STEREOTOOLS_FILTER)            += af_stereotools.o
 OBJS-$(CONFIG_STEREOWIDEN_FILTER)            += af_stereowiden.o
 OBJS-$(CONFIG_SUPEREQUALIZER_FILTER)         += af_superequalizer.o
 OBJS-$(CONFIG_SURROUND_FILTER)               += af_surround.o
+OBJS-$(CONFIG_TILTSHELF_FILTER)              += af_biquads.o
 OBJS-$(CONFIG_TREBLE_FILTER)                 += af_biquads.o
 OBJS-$(CONFIG_TREMOLO_FILTER)                += af_tremolo.o
 OBJS-$(CONFIG_VIBRATO_FILTER)                += af_vibrato.o generate_wave_table.o



More information about the ffmpeg-cvslog mailing list