diff options
author | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:42:16 +0000 |
---|---|---|
committer | Peter Korsgaard <jacmet@sunsite.dk> | 2008-06-16 11:42:16 +0000 |
commit | cebf9e668dcc015e2d00ea64321f8a1843ab4844 (patch) | |
tree | fc5158e0f086d2fca78a36f5890a0d5090f6563f /package/libvorbis | |
parent | b1af0e64b14e040af743e0f029aacff42615a1a4 (diff) | |
download | buildroot-novena-cebf9e668dcc015e2d00ea64321f8a1843ab4844.tar.gz buildroot-novena-cebf9e668dcc015e2d00ea64321f8a1843ab4844.zip |
libvorbis: make tremor option description more clear
Also remove comment about not being implemented.
Diffstat (limited to 'package/libvorbis')
-rw-r--r-- | package/libvorbis/Config.in | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in index e9d8fc7e6..88c01accf 100644 --- a/package/libvorbis/Config.in +++ b/package/libvorbis/Config.in @@ -16,13 +16,12 @@ config BR2_PACKAGE_LIBVORBIS WMA and PAC. config BR2_PACKAGE_LIBVORBIS_TREMOR - bool "libvorbis integer implementation" + bool "use fixed point implementation (tremor) default y if BR2_arm || BR2_avr32 default n depends on BR2_PACKAGE_LIBVORBIS help Use the Tremor fixed point implementation - Not yet implemented comment "libvorbis requires the package libogg to build" depends on !BR2_PACKAGE_LIBOGG |