guix-commits
[Top][All Lists]
Advanced

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

branch master updated: gnu: x265: Build with assembly files.


From: guix-commits
Subject: branch master updated: gnu: x265: Build with assembly files.
Date: Mon, 08 Jun 2020 06:05:42 -0400

This is an automated email from the git hooks/post-receive script.

efraim pushed a commit to branch master
in repository guix.

The following commit(s) were added to refs/heads/master by this push:
     new bec45e6  gnu: x265: Build with assembly files.
bec45e6 is described below

commit bec45e6ddb0fd8b8feff3c0147936e4d8f41208d
Author: Michael Rohleder <mike@rohleder.de>
AuthorDate: Sun Jun 7 18:01:38 2020 +0200

    gnu: x265: Build with assembly files.
    
    * gnu/packages/video.scm (x265)[native-inputs]: Add nasm.
    
    Signed-off-by: Efraim Flashner <efraim@flashner.co.il>
---
 gnu/packages/video.scm | 1 +
 1 file changed, 1 insertion(+)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 8d9d5ec..c822075 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



reply via email to

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