summaryrefslogtreecommitdiffstats
path: root/audio/filter/af.c
diff options
context:
space:
mode:
Diffstat (limited to 'audio/filter/af.c')
-rw-r--r--audio/filter/af.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/audio/filter/af.c b/audio/filter/af.c
index 137e7cc407..f8d4336a52 100644
--- a/audio/filter/af.c
+++ b/audio/filter/af.c
@@ -48,6 +48,7 @@ extern struct af_info af_info_sinesuppress;
extern struct af_info af_info_karaoke;
extern struct af_info af_info_scaletempo;
extern struct af_info af_info_bs2b;
+extern struct af_info af_info_lavfi;
static struct af_info* filter_list[] = {
&af_info_dummy,
@@ -78,6 +79,9 @@ static struct af_info* filter_list[] = {
#ifdef CONFIG_LIBBS2B
&af_info_bs2b,
#endif
+#ifdef CONFIG_AF_LAVFI
+ &af_info_lavfi,
+#endif
// Must come last, because it's the fallback format conversion filter
&af_info_format,
NULL