gnu: mplayer: Adjust inputs.

* gnu/packages/video.scm (mplayer)[inputs]: Move yasm ...
[native-inputs]: ... to here.
This commit is contained in:
Efraim Flashner 2019-11-28 15:52:49 +02:00
parent 0089290fcd
commit a549802533
No known key found for this signature in database
GPG key ID: 41AAE7DCCA3D8351

View file

@ -1266,7 +1266,8 @@ (define-public mplayer
(build-system gnu-build-system)
;; FIXME: Add additional inputs once available.
(native-inputs
`(("pkg-config" ,pkg-config)))
`(("pkg-config" ,pkg-config)
("yasm" ,yasm)))
(inputs
`(("alsa-lib" ,alsa-lib)
("cdparanoia" ,cdparanoia)
@ -1297,7 +1298,6 @@ (define-public mplayer
("python" ,python-wrapper)
("sdl" ,sdl)
("speex" ,speex)
("yasm" ,yasm)
("zlib" ,zlib)))
(arguments
`(#:tests? #f ; no test target