mirror of
https://git.in.rschanz.org/ryan77627/guix.git
synced 2024-11-07 07:26:13 -05:00
gnu: libvorbis: Mark as tunable.
* gnu/packages/xiph.scm (libvorbis)[properties]: Mark package as tunable. Change-Id: Ie378a8c671ba6408a137e3c27824cb17671cafe3
This commit is contained in:
parent
7e72b7f119
commit
0753dd3aa0
1 changed files with 2 additions and 0 deletions
|
@ -100,6 +100,8 @@ (define-public libvorbis
|
|||
compressed audio format for mid to high quality (8kHz-48.0kHz, 16+ bit,
|
||||
polyphonic) audio and music at fixed and variable bitrates from 16 to
|
||||
128 kbps/channel.")
|
||||
;; This package shows a sizable speed increase when tuned.
|
||||
(properties `((tunable? . #t)))
|
||||
(license (license:non-copyleft "file://COPYING"
|
||||
"See COPYING in the distribution."))
|
||||
(home-page "https://xiph.org/vorbis/")))
|
||||
|
|
Loading…
Reference in a new issue