]> git.sesse.net Git - vlc/blob - modules/audio_filter/converter/Modules.am
Move a bunch of plugins out of configure.ac
[vlc] / modules / audio_filter / converter / Modules.am
1 SOURCES_converter_fixed = fixed.c
2 SOURCES_converter_float = float.c
3 SOURCES_a52tospdif = a52tospdif.c
4 SOURCES_a52tofloat32 = a52tofloat32.c
5 SOURCES_dtstospdif = dtstospdif.c
6 SOURCES_dtstofloat32 = dtstofloat32.c
7 SOURCES_mpgatofixed32 = mpgatofixed32.c
8
9 libvlc_LTLIBRARIES += \
10         libconverter_fixed_plugin.la \
11         $(NULL)