gnu: libx264: Use nasm.
Follow-up to a33727db1b
.
* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
This commit is contained in:
parent
a33727db1b
commit
a0343008dc
1 changed files with 1 additions and 1 deletions
|
@ -256,7 +256,7 @@ (define-public libx264
|
|||
(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
|
||||
|
|
Loading…
Reference in a new issue