mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-29 05:40:27 -04:00
meson: remove sse_args from plain c build
This commit is contained in:
parent
ada39f3048
commit
67754ad3bc
1 changed files with 1 additions and 1 deletions
|
|
@ -15,7 +15,7 @@ audioconvert_c = static_library('audioconvert_c',
|
|||
'resample-native-c.c',
|
||||
'resample-peaks-c.c',
|
||||
'fmt-ops-c.c' ],
|
||||
c_args : [sse_args, '-Ofast', '-ffast-math'],
|
||||
c_args : ['-Ofast', '-ffast-math'],
|
||||
dependencies : [ spa_dep ],
|
||||
install : false
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue