emacs-bug-tracker
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

bug#56884: closed ([PATCH] Make x265 build on ppc64le)


From: GNU bug Tracking System
Subject: bug#56884: closed ([PATCH] Make x265 build on ppc64le)
Date: Thu, 11 Aug 2022 07:46:01 +0000

Your message dated Thu, 11 Aug 2022 09:45:45 +0200
with message-id <87h72j440m.fsf_-_@gnu.org>
and subject line Re: bug#56884: [PATCH] Make x265 build on ppc64le
has caused the debbugs.gnu.org bug report #56884,
regarding [PATCH] Make x265 build on ppc64le
to be marked as done.

(If you believe you have received this mail in error, please contact
help-debbugs@gnu.org.)


-- 
56884: https://debbugs.gnu.org/cgi/bugreport.cgi?bug=56884
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] Make x265 build on ppc64le Date: Tue, 2 Aug 2022 14:10:14 +0200
* gnu/packages/video.scm: disable ALTIVEC for target-ppc64le
---
 gnu/packages/video.scm | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 04049fd9c8..09f8b7fd23 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -1252,6 +1252,9 @@ (define-public x265
                  ,@(if (target-aarch64?)
                      '("-DENABLE_ASSEMBLY=OFF")
                      '())
+                 ,@(if (target-ppc64le?)
+                     '("-DENABLE_ALTIVEC=OFF")
+                     '())
                  "-DHIGH_BIT_DEPTH=ON"
                  "-DEXPORT_C_API=OFF"
                  "-DENABLE_CLI=OFF"
@@ -1272,6 +1275,9 @@ (define-public x265
                  ,@(if (target-aarch64?)
                      '("-DENABLE_ASSEMBLY=OFF")
                      '())
+                 ,@(if (target-ppc64le?)
+                     '("-DENABLE_ALTIVEC=OFF")
+                     '())
                  "-DHIGH_BIT_DEPTH=ON"
                  "-DEXPORT_C_API=OFF"
                  "-DENABLE_CLI=OFF"

base-commit: a1f7d98a9c7380be5815fd13b519bbab145757c2
-- 
2.37.1




--- End Message ---
--- Begin Message --- Subject: Re: bug#56884: [PATCH] Make x265 build on ppc64le Date: Thu, 11 Aug 2022 09:45:45 +0200 User-agent: Gnus/5.13 (Gnus v5.13) Emacs/28.1 (gnu/linux)
Hello,

Thanks for reviewing Thiago. I fixed the indentation and edited the
commit message before pushing.

Mathieu


--- End Message ---

reply via email to

[Prev in Thread] Current Thread [Next in Thread]