]> git.sesse.net Git - vlc/blob - modules/audio_filter/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_filter / Modules.am
1 SUBDIRS = channel_mixer converter resampler spatializer
2 SOURCES_equalizer = equalizer.c equalizer_presets.h
3 SOURCES_compressor = compressor.c
4 SOURCES_normvol = normvol.c
5 SOURCES_audiobargraph_a = audiobargraph_a.c
6 SOURCES_param_eq = param_eq.c
7 SOURCES_scaletempo = scaletempo.c
8 SOURCES_chorus_flanger = chorus_flanger.c
9
10 libvlc_LTLIBRARIES += \
11         libaudiobargraph_a_plugin.la \
12         libchorus_flanger_plugin.la \
13         libcompressor_plugin.la \
14         libequalizer_plugin.la \
15         libnormvol_plugin.la \
16         libparam_eq_plugin.la \
17         libscaletempo_plugin.la \
18         $(NULL)