gnu: libx264: Use nasm.
Follow-up to a33727db1b
.
* gnu/packages/video.scm (libx264)[native-inputs]: Replace yasm by nasm.
master
parent
a33727db1b
commit
a0343008dc
|
@ -256,7 +256,7 @@ television and DVD. It is also known as AC-3.")
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
(native-inputs
|
(native-inputs
|
||||||
`(("pkg-config" ,pkg-config)
|
`(("pkg-config" ,pkg-config)
|
||||||
("yasm" ,yasm)))
|
("nasm" ,nasm)))
|
||||||
;; TODO: Add gpac input
|
;; TODO: Add gpac input
|
||||||
(arguments
|
(arguments
|
||||||
`(#:tests? #f ;no check target
|
`(#:tests? #f ;no check target
|
||||||
|
|
Reference in New Issue