mirror of
https://gitlab.freedesktop.org/pipewire/pipewire.git
synced 2025-10-31 22:25:38 -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-native-c.c',
|
||||||
'resample-peaks-c.c',
|
'resample-peaks-c.c',
|
||||||
'fmt-ops-c.c' ],
|
'fmt-ops-c.c' ],
|
||||||
c_args : [sse_args, '-Ofast', '-ffast-math'],
|
c_args : ['-Ofast', '-ffast-math'],
|
||||||
dependencies : [ spa_dep ],
|
dependencies : [ spa_dep ],
|
||||||
install : false
|
install : false
|
||||||
)
|
)
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue