]> git.sesse.net Git - vlc/blob - modules/audio_filter/converter/Modules.am
Fixed reverse stereo mode (close #3755).
[vlc] / modules / audio_filter / converter / Modules.am
1 SOURCES_converter_fixed = fixed.c
2 SOURCES_a52tospdif = a52tospdif.c
3 SOURCES_a52tofloat32 = a52tofloat32.c
4 SOURCES_dtstospdif = dtstospdif.c
5 SOURCES_dtstofloat32 = dtstofloat32.c
6 SOURCES_mpgatofixed32 = mpgatofixed32.c
7 SOURCES_audio_format = format.c
8
9 libvlc_LTLIBRARIES += \
10         liba52tospdif_plugin.la \
11         libaudio_format_plugin.la \
12         libconverter_fixed_plugin.la \
13         libdtstospdif_plugin.la \
14         $(NULL)