]> git.sesse.net Git - vlc/blobdiff - modules/audio_filter/converter/Modules.am
trivial mixer: adapt to audio filter2
[vlc] / modules / audio_filter / converter / Modules.am
index 2311ebcab47a04b0997894106c579ae6d0b6df89..1f0f611e14be3e52714e08ba4c513bc1b4d1c31f 100644 (file)
@@ -1,6 +1,8 @@
 SOURCES_converter_fixed = fixed.c
 SOURCES_converter_float = float.c
-SOURCES_converter_neon = neon.c
+SOURCES_converter_neon = \
+       neon_s32_s16.S \
+       neon.c
 SOURCES_a52tospdif = a52tospdif.c
 SOURCES_a52tofloat32 = a52tofloat32.c
 SOURCES_dtstospdif = dtstospdif.c
@@ -9,7 +11,9 @@ SOURCES_mpgatofixed32 = mpgatofixed32.c
 SOURCES_audio_format = format.c
 
 libvlc_LTLIBRARIES += \
+       libaudio_format_plugin.la \
        libconverter_fixed_plugin.la \
+       libconverter_float_plugin.la \
        $(NULL)
 if HAVE_NEON
 libvlc_LTLIBRARIES += libconverter_neon_plugin.la