]> git.pld-linux.org Git - packages/OpenAL.git/commitdiff
up to 1.23.0
authorJan Palus <atler@pld-linux.org>
Fri, 3 Feb 2023 22:25:16 +0000 (23:25 +0100)
committerJan Palus <atler@pld-linux.org>
Fri, 3 Feb 2023 22:25:16 +0000 (23:25 +0100)
OpenAL-nosse.patch
OpenAL.spec

index 6eeaf71254630b218f0c747fa1325ce03308ad20..49554748350947de77a6b151bed8b9a1c9b9bbff 100644 (file)
      if(size_t todo{dst.size()>>1})
      {
          auto *out = reinterpret_cast<__m64*>(dst.data());
-@@ -215,7 +215,7 @@
- template<size_t S>
- inline void PhaseShifterT<S>::processAccum(al::span<float> dst, const float *RESTRICT src) const
- {
--#ifdef HAVE_SSE_INTRINSICS
-+#if defined(HAVE_SSE_INTRINSICS) && defined(__SSE__)
-     if(size_t todo{dst.size()>>1})
-     {
-         auto *out = reinterpret_cast<__m64*>(dst.data());
index 9959a2f5d769bf469e0b90a9cd14bf0b11be0367..657029dc1f06af91e93c0e97fef82217248ef5c0 100644 (file)
 Summary:       Open Audio Library
 Summary(pl.UTF-8):     Otwarta Biblioteka Dźwięku
 Name:          OpenAL
-Version:       1.22.2
-Release:       2
+Version:       1.23.0
+Release:       1
 License:       LGPL v2+
 Group:         Libraries
 Source0:       https://openal-soft.org/openal-releases/openal-soft-%{version}.tar.bz2
-# Source0-md5: 525cb1b825c72c143dcdf2bf8e04110f
+# Source0-md5: 6f9531a6256d4be035b1a2acc3293af0
 Patch0:                %{name}-nosse.patch
 URL:           http://www.openal.org/
 %{?with_sdl:BuildRequires:     SDL2-devel >= 2}
This page took 0.19575 seconds and 4 git commands to generate.