]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/Modules.am
Assume liba52 is built as fixed-point if needed
[vlc] / modules / audio_filter / Modules.am
index eade69d9390cab92688628c989766cff11114c9a..25a830f562737b87547d3bded9be28f53d6bf593 100644 (file)
@@ -1,5 +1,10 @@
 SUBDIRS = channel_mixer converter resampler spatializer
 SOURCES_equalizer = equalizer.c equalizer_presets.h
 SOURCES_normvol = normvol.c
-SOURCES_audio_format = format.c
 SOURCES_param_eq = param_eq.c
+SOURCES_scaletempo = scaletempo.c
+SOURCES_chorus_flanger = chorus_flanger.c
+
+libvlc_LTLIBRARIES += \
+       libchorus_flanger_plugin.la \
+       $(NULL)