X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;ds=sidebyside;f=modules%2Faudio_filter%2Fchannel_mixer%2FModules.am;h=7505ff3ff1455777db1d3e47095a8fdd0168d7bd;hb=af5b42b7d02e8a20ad0e9fe02b42bfe59c4c07f6;hp=478d990d2aea994af8e8d834258454350e5aa9d7;hpb=fe17002d429a3d681e191a1af4f6495bb317d5d6;p=vlc diff --git a/modules/audio_filter/channel_mixer/Modules.am b/modules/audio_filter/channel_mixer/Modules.am index 478d990d2a..7505ff3ff1 100644 --- a/modules/audio_filter/channel_mixer/Modules.am +++ b/modules/audio_filter/channel_mixer/Modules.am @@ -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)