]> git.sesse.net Git - vlc/blob - modules/audio_filter/channel_mixer/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_filter / channel_mixer / Modules.am
1 SOURCES_trivial_channel_mixer = trivial.c
2 SOURCES_simple_channel_mixer = simple.c
3 SOURCES_headphone_channel_mixer = headphone.c
4 SOURCES_dolby_surround_decoder = dolby.c
5 SOURCES_mono = mono.c
6
7 libvlc_LTLIBRARIES += \
8         libdolby_surround_decoder_plugin.la \
9         libheadphone_channel_mixer_plugin.la \
10         libmono_plugin.la \
11         libsimple_channel_mixer_plugin.la \
12         libtrivial_channel_mixer_plugin.la \
13         $(NULL)