From: Jan Palus Date: Tue, 3 Dec 2019 18:14:53 +0000 (+0100) Subject: use different cmake flags to toggle sse X-Git-Tag: auto/th/OpenAL-1.20.0-1~1 X-Git-Url: http://git.pld-linux.org/?p=packages%2FOpenAL.git;a=commitdiff_plain;h=4d244e7 use different cmake flags to toggle sse --- diff --git a/OpenAL.spec b/OpenAL.spec index f47fa96..9f501d6 100644 --- a/OpenAL.spec +++ b/OpenAL.spec @@ -106,8 +106,8 @@ cd build %{!?with_portaudio:-DALSOFT_BACKEND_PORTAUDIO=OFF} \ %{!?with_pulseaudio:-DALSOFT_BACKEND_PULSEAUDIO=OFF} \ %{?with_sdl:-DALSOFT_BACKEND_SDL2=ON} \ - %{!?with_sse:-DALSOFT_ENABLE_SSE_CODEGEN=OFF} \ - %{!?with_sse2:-DALSOFT_ENABLE_SSE2_CODEGEN=OFF} \ + %{!?with_sse:-DALSOFT_CPUEXT_SSE=OFF} \ + %{!?with_sse2:-DALSOFT_CPUEXT_SSE2=OFF} \ -DALSOFT_EXAMPLES=OFF \ %{!?with_gui:-DALSOFT_NO_CONFIG_UTIL=ON} \ %{?with_qt4:-DALSOFT_NO_QT5=ON} \