]> git.sesse.net Git - vlc/blob - modules/audio_filter/converter/Modules.am
6306500b486ae0838927ffe4c323fdb28787e1ae
[vlc] / modules / audio_filter / converter / Modules.am
1 SOURCES_converter_fixed = fixed.c
2 SOURCES_converter_float = float.c
3 SOURCES_converter_neon = neon.c
4 SOURCES_a52tospdif = a52tospdif.c
5 SOURCES_a52tofloat32 = a52tofloat32.c
6 SOURCES_dtstospdif = dtstospdif.c
7 SOURCES_dtstofloat32 = dtstofloat32.c
8 SOURCES_mpgatofixed32 = mpgatofixed32.c
9 SOURCES_audio_format = format.c
10
11 libvlc_LTLIBRARIES += \
12         libaudio_format_plugin.la \
13         libconverter_fixed_plugin.la \
14         libconverter_float_plugin.la \
15         $(NULL)
16 if HAVE_NEON
17 libvlc_LTLIBRARIES += libconverter_neon_plugin.la
18 endif