Config.in 832 B

12345678910111213141516171819202122
  1. config BR2_PACKAGE_LIBVORBIS
  2. bool "libvorbis"
  3. select BR2_PACKAGE_LIBOGG
  4. select BR2_PACKAGE_PKGCONFIG
  5. help
  6. Library for the Vorbis open source audio decoder
  7. Ogg Vorbis is a fully open, non-proprietary, patent-and-royalty-free,
  8. general-purpose compressed audio format for mid to high quality
  9. (8kHz-48.0kHz, 16+ bit, polyphonic) audio and music at fixed and
  10. variable bitrates from 16 to 128 kbps/channel.
  11. This places Vorbis in the same competitive class as audio
  12. representations such as MPEG-4 (AAC), and similar to, but higher
  13. performance than MPEG-1/2 audio layer 3, MPEG-4 audio (TwinVQ),
  14. WMA and PAC.
  15. config BR2_PACKAGE_LIBVORBIS_TREMOR
  16. bool "use fixed point implementation (tremor)"
  17. default y if BR2_SOFT_FLOAT
  18. depends on BR2_PACKAGE_LIBVORBIS
  19. help
  20. Use the Tremor fixed point implementation