1dc19c4457
This commit splits the Tremor fixed-point implementation out of the libvorbis package and creates a new package called 'tremor' for it. Signed-off-by: Sven Neumann <s.neumann@raumfeld.com> Signed-off-by: Peter Korsgaard <jacmet@sunsite.dk>
8 lines
299 B
Plaintext
8 lines
299 B
Plaintext
config BR2_PACKAGE_TREMOR
|
|
bool "tremor (fixed point vorbis decoder)"
|
|
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.
|