]> git.sesse.net Git - vlc/blob - modules/audio_filter/Modules.am
Remove all default modules from configure.ac
[vlc] / modules / audio_filter / Modules.am
1 SUBDIRS = channel_mixer converter resampler spatializer
2 SOURCES_equalizer = equalizer.c equalizer_presets.h
3 SOURCES_normvol = normvol.c
4 SOURCES_audiobargraph_a = audiobargraph_a.c
5 SOURCES_param_eq = param_eq.c
6 SOURCES_scaletempo = scaletempo.c
7 SOURCES_chorus_flanger = chorus_flanger.c
8
9 libvlc_LTLIBRARIES += \
10         libaudiobargraph_a_plugin.la \
11         libchorus_flanger_plugin.la \
12         libequalizer_plugin.la \
13         libnormvol_plugin.la \
14         libparam_eq_plugin.la \
15         libscaletempo_plugin.la \
16         $(NULL)