mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-12-19 08:57:14 -05:00
neon: fix neon detection and compilation
This commit is contained in:
parent
ab3a6d3441
commit
a81e269a7e
3 changed files with 9 additions and 14 deletions
|
|
@ -89,7 +89,7 @@ if have_neon
|
|||
audioconvert_neon = static_library('audioconvert_neon',
|
||||
['resample-native-neon.c',
|
||||
'fmt-ops-neon.c' ],
|
||||
c_args : ['-O3', '-DHAVE_NEON'],
|
||||
c_args : [neon_args, '-O3', '-DHAVE_NEON'],
|
||||
include_directories : [spa_inc],
|
||||
install : false
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue