neon: fix neon detection and compilation

This commit is contained in:
Wim Taymans 2020-04-03 13:30:08 +02:00
parent ab3a6d3441
commit a81e269a7e
3 changed files with 9 additions and 14 deletions

View file

@ -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
)