]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/Modules.am
Use vlc_mutex_locker
[vlc] / modules / audio_filter / Modules.am
index 9979c5f80971b79c995f195c1c31bdc8f893f55e..eae73fc91553b53abddcdb2e9b507b00d14dd90f 100644 (file)
@@ -1,2 +1,16 @@
-SOURCES_equalizer = equalizer.c
+SUBDIRS = channel_mixer converter resampler spatializer
+SOURCES_equalizer = equalizer.c equalizer_presets.h
 SOURCES_normvol = normvol.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 += \
+       libaudiobargraph_a_plugin.la \
+       libchorus_flanger_plugin.la \
+       libequalizer_plugin.la \
+       libnormvol_plugin.la \
+       libparam_eq_plugin.la \
+       libscaletempo_plugin.la \
+       $(NULL)