diff options
Diffstat (limited to 'package/tremor/Config.in')
-rw-r--r-- | package/tremor/Config.in | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/package/tremor/Config.in b/package/tremor/Config.in new file mode 100644 index 000000000..2e58e0985 --- /dev/null +++ b/package/tremor/Config.in @@ -0,0 +1,7 @@ +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. |