diff options
author | Danny Milosavljevic <dannym@scratchpost.org> | 2018-02-21 20:25:00 +0100 |
---|---|---|
committer | Danny Milosavljevic <dannym@scratchpost.org> | 2018-02-21 20:27:01 +0100 |
commit | a0343008dc7edae60446177f2e10ca57c10112dc (patch) | |
tree | 3d11d26bb4047942a094db6bc45b0050c5b10c04 | |
parent | a33727db1bf0eaf4a0024da45610bd8e3e727a8e (diff) | |
download | patches-a0343008dc7edae60446177f2e10ca57c10112dc.tar patches-a0343008dc7edae60446177f2e10ca57c10112dc.tar.gz |
gnu: libx264: Use nasm.
Follow-up to a33727db1bf0eaf4a0024da45610bd8e3e727a8e.
* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
-rw-r--r-- | gnu/packages/video.scm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm index ccfb370563..53c36ccffb 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 |