]> git.sesse.net Git - vlc/blob - modules/audio_filter/converter/Modules.am
43aa4696884991189d33b5a31b49fe2488c243ab
[vlc] / modules / audio_filter / converter / Modules.am
1 SOURCES_converter_neon = neon.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         libaudio_format_plugin.la \
11         $(NULL)
12 if HAVE_NEON
13 libvlc_LTLIBRARIES += libconverter_neon_plugin.la
14 endif