gnu: libass: Omit the static library.
* gnu/packages/video.scm (libass)[arguments]: New field.
This commit is contained in:
parent
79d7f35a29
commit
845ba68d21
@ -1201,6 +1201,8 @@ designed to encode video or images into an H.265 / HEVC encoded bitstream.")
|
||||
(base32
|
||||
"0cz8v6kh3f2j5rdjrra2z0h715fa16vjm7kambvqx9hak86262cz"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(native-inputs
|
||||
`(("pkg-config" ,pkg-config)
|
||||
("nasm" ,nasm)))
|
||||
|
Loading…
Reference in New Issue
Block a user