From 54c0857d571228076e9477654a05cf1e47c0bd0c Mon Sep 17 00:00:00 2001 From: Wim Taymans Date: Wed, 13 Oct 2021 15:10:21 +0200 Subject: [PATCH] cpu: also pass the sse_args when compiling with SSE --- spa/plugins/support/meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spa/plugins/support/meson.build b/spa/plugins/support/meson.build index 1c4540b61..15010a51e 100644 --- a/spa/plugins/support/meson.build +++ b/spa/plugins/support/meson.build @@ -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',