[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
bug#72469: [PATCH core-updates] gnu: webrtc-audio-processing: Fix build
From: |
Ludovic Courtès |
Subject: |
bug#72469: [PATCH core-updates] gnu: webrtc-audio-processing: Fix build on i686. |
Date: |
Wed, 21 Aug 2024 17:38:34 +0200 |
User-agent: |
Gnus/5.13 (Gnus v5.13) |
Hi Kaelyn,
Kaelyn Takata <kaelyn.alexi@protonmail.com> skribis:
> * gnu/packages/audio.scm (webrtc-audio-processing): Fix build on i686.
> *
> gnu/packages/patches/webrtc-audio-processing-1.3-Add-generic-byte-order-and-pointer-size-detection.patch
> * gnu/packages/patches/webrtc-audio-processing-1.3-x86-no-sse.patch
>
> Change-Id: I3a95e5e2794df0d51e005672b5d3e2d98f27b767
Applied. I added the patches to ‘gnu/local.mk’, shortened a bit the
file names, and more importantly I arranged so that the patches are
applied in a phase and only on i686-linux and powerpc64le-linux, to
avoid a rebuild on other architectures (‘webrtc-audio-processing’ has
~3K dependents).
Thank you!
Ludo’.