all messages for Guix-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Michael Rohleder <mike@rohleder.de>
To: 41750@debbugs.gnu.org
Subject: [bug#41750] [PATCH] gnu: x265: Build with assembly files.
Date: Sun, 07 Jun 2020 18:17:00 +0200	[thread overview]
Message-ID: <87sgf6hmv7.fsf@rohleder.de> (raw)


[-- 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 --]

             reply	other threads:[~2020-06-07 16:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2020-06-07 16:17 Michael Rohleder [this message]
2020-06-08 10:03 ` bug#41750: [PATCH] gnu: x265: Build with assembly files Efraim Flashner

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=87sgf6hmv7.fsf@rohleder.de \
    --to=mike@rohleder.de \
    --cc=41750@debbugs.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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.