]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/channel_mixer/Modules.am
Alphabetize POTFILES.in.
[vlc] / modules / audio_filter / channel_mixer / Modules.am
index 478d990d2aea994af8e8d834258454350e5aa9d7..7505ff3ff1455777db1d3e47095a8fdd0168d7bd 100644 (file)
@@ -1,2 +1,13 @@
 SOURCES_trivial_channel_mixer = trivial.c
+SOURCES_simple_channel_mixer = simple.c
 SOURCES_headphone_channel_mixer = headphone.c
+SOURCES_dolby_surround_decoder = dolby.c
+SOURCES_mono = mono.c
+
+libvlc_LTLIBRARIES += \
+       libdolby_surround_decoder_plugin.la \
+       libheadphone_channel_mixer_plugin.la \
+       libmono_plugin.la \
+       libsimple_channel_mixer_plugin.la \
+       libtrivial_channel_mixer_plugin.la \
+       $(NULL)