]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/Modules.am
Fix segfault when closing http interface.
[vlc] / modules / audio_filter / Modules.am
index 052ca63b10d9a548fd0d9c4a91854bd059b47e6d..69303b9fb7d712766a33c2f72a132c72fb4127c9 100644 (file)
@@ -1,3 +1,11 @@
+SUBDIRS = channel_mixer converter resampler spatializer
 SOURCES_equalizer = equalizer.c equalizer_presets.h
 SOURCES_normvol = normvol.c
-SOURCES_audio_format = format.c
+SOURCES_audiobargraph_a = audiobargraph_a.c
+SOURCES_param_eq = param_eq.c
+SOURCES_scaletempo = scaletempo.c
+SOURCES_chorus_flanger = chorus_flanger.c
+
+libvlc_LTLIBRARIES += \
+       libchorus_flanger_plugin.la \
+       $(NULL)