mirror of
https://git.savannah.gnu.org/git/guix.git
synced 2025-02-10 13:40:20 +01:00
gnu: opus: Do not build static libraries.
* gnu/packages/xiph.scm (opus)[arguments]: New field.
This commit is contained in:
parent
371d95ebc7
commit
e500b9d908
1 changed files with 2 additions and 0 deletions
|
@ -352,6 +352,8 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about
|
||||||
(base32
|
(base32
|
||||||
"17gz8kxs4i7icsc1gj713gadiapyklynlwqlf0ai98dj4lg8xdb5"))))
|
"17gz8kxs4i7icsc1gj713gadiapyklynlwqlf0ai98dj4lg8xdb5"))))
|
||||||
(build-system gnu-build-system)
|
(build-system gnu-build-system)
|
||||||
|
(arguments
|
||||||
|
'(#:configure-flags '("--disable-static")))
|
||||||
(synopsis "Versatile audio codec")
|
(synopsis "Versatile audio codec")
|
||||||
(description
|
(description
|
||||||
"Opus is a totally open, royalty-free, highly versatile audio codec. Opus
|
"Opus is a totally open, royalty-free, highly versatile audio codec. Opus
|
||||||
|
|
Loading…
Add table
Reference in a new issue