]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_filter / Modules.am
index be35c4b58bc2e45f11c8ede63dc7e4b1632402f7..7767cbe1a2256e3cd2d2938978742232e0ab87e7 100644 (file)
@@ -1,11 +1,18 @@
 SUBDIRS = channel_mixer converter resampler spatializer
 SOURCES_equalizer = equalizer.c equalizer_presets.h
+SOURCES_compressor = compressor.c
 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 += \
+       libaudiobargraph_a_plugin.la \
        libchorus_flanger_plugin.la \
+       libcompressor_plugin.la \
+       libequalizer_plugin.la \
+       libnormvol_plugin.la \
+       libparam_eq_plugin.la \
+       libscaletempo_plugin.la \
        $(NULL)