mirror of
https://gitlab.freedesktop.org/pulseaudio/pulseaudio.git
synced 2025-11-08 13:29:59 -05:00
meson: fix build files list when building with NEON
Sync the meson NEON build files list with the autotools build sources list. Fixes "ERROR: File svolume_neon.c does not exist."
This commit is contained in:
parent
728a4402eb
commit
eb70672c56
1 changed files with 1 additions and 1 deletions
|
|
@ -174,7 +174,7 @@ simd = import('unstable-simd')
|
|||
libpulsecore_simd = simd.check('libpulsecore_simd',
|
||||
mmx : ['remap_mmx.c', 'svolume_mmx.c'],
|
||||
sse : ['remap_sse.c', 'sconv_sse.c', 'svolume_sse.c'],
|
||||
neon : ['remap_neon.c', 'sconv_neon.c', 'svolume_neon.c'],
|
||||
neon : ['remap_neon.c', 'sconv_neon.c', 'mix_neon.c'],
|
||||
c_args : [pa_c_args],
|
||||
include_directories : [configinc, topinc],
|
||||
implicit_include_directories : false,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue