repo: https://github.com/buildroot/buildroot/tree/2021.05 commit: 69f79f2a2ee1417e19c1ead2c9226e11753c06cb Update for 2021.05 Change-Id: I77d6d14da04483c97cb172bf6732732012e538d9
11 lines
338 B
Plaintext
11 lines
338 B
Plaintext
config BR2_PACKAGE_TREMOR
|
|
bool "tremor (fixed point vorbis decoder)"
|
|
select BR2_PACKAGE_LIBOGG
|
|
help
|
|
Tremor is a fixed point implementation of an Ogg Vorbis
|
|
decoder. It provides a decoding API similar to libvorbis,
|
|
but gives much better performance on systems without a
|
|
floating-point unit.
|
|
|
|
https://wiki.xiph.org/Tremor
|