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
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue