[packages/pipewire] - rediff

qboosh qboosh at pld-linux.org
Sat Apr 3 20:20:01 CEST 2021


commit ab47fca1341da5a86ddc3ac2dd2864ee0215ddc5
Author: Jakub Bogusz <qboosh at pld-linux.org>
Date:   Sat Apr 3 20:19:57 2021 +0200

    - rediff

 pipewire-gcc.patch | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)
---
diff --git a/pipewire-gcc.patch b/pipewire-gcc.patch
index c5ddf73..62bd0d2 100644
--- a/pipewire-gcc.patch
+++ b/pipewire-gcc.patch
@@ -1,7 +1,7 @@
 AVX code uses _mm256_setr_m128i() which requires gcc 8
---- pipewire-0.3.2/meson.build.orig	2020-03-26 12:34:54.000000000 +0100
-+++ pipewire-0.3.2/meson.build	2020-04-26 08:53:23.909636872 +0200
-@@ -77,7 +77,7 @@
+--- pipewire-0.3.24/meson.build.orig	2021-04-03 20:16:48.559894581 +0200
++++ pipewire-0.3.24/meson.build	2021-04-03 20:17:56.916756919 +0200
+@@ -110,8 +110,8 @@
  have_ssse3 = cc.has_argument(ssse3_args)
  have_sse41 = cc.has_argument(sse41_args)
  have_fma = cc.has_argument(fma_args)
@@ -10,4 +10,5 @@ AVX code uses _mm256_setr_m128i() which requires gcc 8
 +have_avx = cc.has_argument(avx_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
 +have_avx2 = cc.has_argument(avx2_args) and not ((cc.get_id() == 'gcc') and cc.version().version_compare('< 8'))
  
- cdata = configuration_data()
+ have_neon = false
+ if host_machine.cpu_family() == 'aarch64'
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/packages/pipewire.git/commitdiff/ab47fca1341da5a86ddc3ac2dd2864ee0215ddc5



More information about the pld-cvs-commit mailing list