xref: /OK3568_Linux_fs/buildroot/package/tremor/Config.in (revision 4882a59341e53eb6f0b4789bf948001014eff981)
1config BR2_PACKAGE_TREMOR
2	bool "tremor (fixed point vorbis decoder)"
3	select BR2_PACKAGE_LIBOGG
4	help
5	  Tremor is a fixed point implementation of an Ogg Vorbis
6	  decoder. It provides a decoding API similar to libvorbis,
7	  but gives much better performance on systems without a
8	  floating-point unit.
9
10	  https://wiki.xiph.org/Tremor
11