all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* [bug#41750] [PATCH] gnu: x265: Build with assembly files.
@ 2020-06-07 16:17 Michael Rohleder
  2020-06-08 10:03 ` bug#41750: " Efraim Flashner
  0 siblings, 1 reply; 2+ messages in thread
From: Michael Rohleder @ 2020-06-07 16:17 UTC (permalink / raw)
  To: 41750


[-- Attachment #1.1: Type: text/plain, Size: 123 bytes --]


simple oneliner that made my ffmpeg encoding with hevc 3-4 times as fast.
also tested vlc build and decoding that video.


[-- Warning: decoded text below may be mangled, UTF-8 assumed --]
[-- Attachment #1.2: [PATCH] gnu: x265: Build with assembly files. --]
[-- Type: text/x-patch, Size: 850 bytes --]

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


[-- Attachment #1.3: Type: text/plain, Size: 84 bytes --]


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

[-- Attachment #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 487 bytes --]

^ permalink raw reply related	[flat|nested] 2+ messages in thread

* bug#41750: [PATCH] gnu: x265: Build with assembly files.
  2020-06-07 16:17 [bug#41750] [PATCH] gnu: x265: Build with assembly files Michael Rohleder
@ 2020-06-08 10:03 ` Efraim Flashner
  0 siblings, 0 replies; 2+ messages in thread
From: Efraim Flashner @ 2020-06-08 10:03 UTC (permalink / raw)
  To: Michael Rohleder; +Cc: 41750-done

[-- Attachment #1: Type: text/plain, Size: 346 bytes --]

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 #2: signature.asc --]
[-- Type: application/pgp-signature, Size: 833 bytes --]

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2020-06-08 10:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2020-06-07 16:17 [bug#41750] [PATCH] gnu: x265: Build with assembly files Michael Rohleder
2020-06-08 10:03 ` bug#41750: " Efraim Flashner

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/guix.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.