1
0
mirror of https://git.savannah.gnu.org/git/guix.git synced 2026-05-28 03:51:53 +02:00

gnu: libass: Omit the static library.

* gnu/packages/video.scm (libass)[arguments]: New field.
This commit is contained in:
Marius Bakke
2020-11-26 21:15:32 +01:00
parent 79d7f35a29
commit 845ba68d21
+2
View File
@@ -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)))