spa-resample: don't add simd_cargs, they are not needed

This commit is contained in:
Wim Taymans 2022-01-07 13:28:43 +01:00
parent 63f6cbc27a
commit 126d380e85

View file

@ -191,7 +191,6 @@ if sndfile_dep.found()
]
executable('spa-resample',
sparesample_sources,
c_args : [ simd_cargs ],
link_with : [ test_lib ],
dependencies : [ spa_dep, sndfile_dep, mathlib, audioconvert_dep ],
install : true,