[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
03/03: gnu: libass: Omit the static library.
From: |
guix-commits |
Subject: |
03/03: gnu: libass: Omit the static library. |
Date: |
Thu, 26 Nov 2020 17:28:58 -0500 (EST) |
mbakke pushed a commit to branch master
in repository guix.
commit 845ba68d21ef549be0212d775e5d0f9c202d1af3
Author: Marius Bakke <marius@gnu.org>
AuthorDate: Thu Nov 26 21:15:32 2020 +0100
gnu: libass: Omit the static library.
* gnu/packages/video.scm (libass)[arguments]: New field.
---
gnu/packages/video.scm | 2 ++
1 file changed, 2 insertions(+)
diff --git a/gnu/packages/video.scm b/gnu/packages/video.scm
index 9026b71..e52ce7a 100644
--- a/gnu/packages/video.scm
+++ b/gnu/packages/video.scm
@@ -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)))