gnu: opus: Do not build static libraries.
* gnu/packages/xiph.scm (opus)[arguments]: New field.master
parent
371d95ebc7
commit
e500b9d908
|
@ -352,6 +352,8 @@ ogginfo, to obtain information (tags, bitrate, length, etc.) about
|
|||
(base32
|
||||
"17gz8kxs4i7icsc1gj713gadiapyklynlwqlf0ai98dj4lg8xdb5"))))
|
||||
(build-system gnu-build-system)
|
||||
(arguments
|
||||
'(#:configure-flags '("--disable-static")))
|
||||
(synopsis "Versatile audio codec")
|
||||
(description
|
||||
"Opus is a totally open, royalty-free, highly versatile audio codec. Opus
|
||||
|
|
Reference in New Issue