From 1da2dd5c77ae2b12dcb46d816b6a7f2b10c5c9c6 Mon Sep 17 00:00:00 2001 From: Paul B Mahol Date: Sun, 6 Dec 2020 12:45:34 +0100 Subject: avfilter: add atilt filter --- libavfilter/Makefile | 1 + 1 file changed, 1 insertion(+) (limited to 'libavfilter/Makefile') diff --git a/libavfilter/Makefile b/libavfilter/Makefile index 399a4a5083..2b58325fee 100644 --- a/libavfilter/Makefile +++ b/libavfilter/Makefile @@ -99,6 +99,7 @@ OBJS-$(CONFIG_ASUPERCUT_FILTER) += af_asupercut.o OBJS-$(CONFIG_ASUPERPASS_FILTER) += af_asupercut.o OBJS-$(CONFIG_ASUPERSTOP_FILTER) += af_asupercut.o OBJS-$(CONFIG_ATEMPO_FILTER) += af_atempo.o +OBJS-$(CONFIG_ATILT_FILTER) += af_atilt.o OBJS-$(CONFIG_ATRIM_FILTER) += trim.o OBJS-$(CONFIG_AXCORRELATE_FILTER) += af_axcorrelate.o OBJS-$(CONFIG_AZMQ_FILTER) += f_zmq.o -- cgit v1.2.3