]> git.sesse.net Git - vlc/blob - modules/audio_mixer/Modules.am
Use var_Inherit* instead of var_CreateGet*.
[vlc] / modules / audio_mixer / Modules.am
1 SOURCES_trivial_mixer = trivial.c
2 SOURCES_float32_mixer = float32.c
3 SOURCES_spdif_mixer = spdif.c
4
5 libvlc_LTLIBRARIES += \
6         libfloat32_mixer_plugin.la \
7         libspdif_mixer_plugin.la \
8         libtrivial_mixer_plugin.la