mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -04:00
cpu: also pass the sse_args when compiling with SSE
This commit is contained in:
parent
14fd5425af
commit
54c0857d57
1 changed files with 1 additions and 1 deletions
|
|
@ -12,7 +12,7 @@ spa_support_sources = [
|
|||
simd_cargs = []
|
||||
|
||||
if have_sse
|
||||
simd_cargs += ['-DHAVE_SSE']
|
||||
simd_cargs += [sse_args, '-DHAVE_SSE']
|
||||
endif
|
||||
|
||||
spa_support_lib = shared_library('spa-support',
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue