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

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

bug#41750: closed ([PATCH] gnu: x265: Build with assembly files.)


From: GNU bug Tracking System
Subject: bug#41750: closed ([PATCH] gnu: x265: Build with assembly files.)
Date: Mon, 08 Jun 2020 10:05:01 +0000

Your message dated Mon, 8 Jun 2020 13:03:21 +0300
with message-id <20200608100321.GE24239@E5400>
and subject line Re: [bug#41750] [PATCH] gnu: x265: Build with assembly files.
has caused the debbugs.gnu.org bug report #41750,
regarding [PATCH] gnu: x265: Build with assembly files.
to be marked as done.

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


-- 
41750: http://debbugs.gnu.org/cgi/bugreport.cgi?bug=41750
GNU Bug Tracking System
Contact help-debbugs@gnu.org with problems
--- Begin Message --- Subject: [PATCH] gnu: x265: Build with assembly files. Date: Sun, 07 Jun 2020 18:17:00 +0200
simple oneliner that made my ffmpeg encoding with hevc 3-4 times as fast.
also tested vlc build and decoding that video.

From 6fc19fa31df6c48e4118144fa3e0ecf738e45ce3 Mon Sep 17 00:00:00 2001
From: Michael Rohleder <mike@rohleder.de>
Date: Sun, 7 Jun 2020 18:01:38 +0200
Subject: [PATCH] gnu: x265: Build with assembly files.

* gnu/packages/video.scm (x265): Build with assembly files.
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8d9d5ecfd1..c822075c57 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -625,6 +625,7 @@ available.")
                     (delete-file-recursively "source/compat/getopt")
                     #t))))
     (build-system cmake-build-system)
+    (native-inputs `(("nasm" ,nasm)))
     (arguments
      `(#:tests? #f ; tests are skipped if cpu-optimized code isn't built
        #:configure-flags
-- 
2.26.2

-- 
If you think the system is working, ask someone who's waiting for a prompt.

Attachment: signature.asc
Description: PGP signature


--- End Message ---
--- Begin Message --- Subject: Re: [bug#41750] [PATCH] gnu: x265: Build with assembly files. Date: Mon, 8 Jun 2020 13:03:21 +0300
I thought this wasn't enabled due to it failing on aarch64 or armhf but
it turns out that wasn't the case. Patch pushed! Thanks.


-- 
Efraim Flashner   <efraim@flashner.co.il>   אפרים פלשנר
GPG key = A28B F40C 3E55 1372 662D  14F7 41AA E7DC CA3D 8351
Confidentiality cannot be guaranteed on emails sent or received unencrypted

Attachment: signature.asc
Description: PGP signature


--- End Message ---

reply via email to

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