guix-commits
[Top][All Lists]
Advanced

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

01/01: gnu: libx264: Use nasm.


From: Danny Milosavljevic
Subject: 01/01: gnu: libx264: Use nasm.
Date: Wed, 21 Feb 2018 14:27:45 -0500 (EST)

dannym pushed a commit to branch master
in repository guix.

commit a0343008dc7edae60446177f2e10ca57c10112dc
Author: Danny Milosavljevic <address@hidden>
Date:   Wed Feb 21 20:25:00 2018 +0100

    gnu: libx264: Use nasm.
    
    Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e.
    
    * gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
---
 gnu/packages/video.scm | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index ccfb370..53c36cc 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -256,7 +256,7 @@ television and DVD.  It is also known as AC-3.")
     (build-system gnu-build-system)
     (native-inputs
      `(("pkg-config" ,pkg-config)
-       ("yasm" ,yasm)))
+       ("nasm" ,nasm)))
     ;; TODO: Add gpac input
     (arguments
      `(#:tests? #f  ;no check target



reply via email to

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