Message ID | 5da75d2addf741dd38e7c2a1fbaa804864e103e6.1709722620.git.efraim@flashner.co.il |
---|---|
State | New |
Headers | show |
Series | CPU tuning patches | expand |
Hello! Efraim Flashner <efraim@flashner.co.il> skribis: > * gnu/packages/xiph.scm (opus)[properties]: Mark package as tunable. > > Change-Id: I5df964b5692c6f390eef55d780810b03d6a895dc [...] > + (properties `((tunable? . #t))) It would be great if there could be a one-line comment above stating why this makes sense, as is done for ‘eigen-benchmarks’ and ‘b2sum’, for example. Ludo’.
diff --git a/gnu/packages/xiph.scm b/gnu/packages/xiph.scm index b47c718fb6..84b8ccb273 100644 --- a/gnu/packages/xiph.scm +++ b/gnu/packages/xiph.scm @@ -345,6 +345,7 @@ (define-public opus but is also intended for storage and streaming applications. It is standardized by the Internet Engineering Task Force (IETF) as RFC 6716 which incorporated technology from Skype's SILK codec and Xiph.Org's CELT codec.") + (properties `((tunable? . #t))) (license license:bsd-3) (home-page "https://www.opus-codec.org")))