2
1

Config.in 1.1 KB

1234567891011121314151617181920212223242526272829303132333435
  1. config BR2_PACKAGE_LIBVORBIS
  2. bool "libvorbis"
  3. default n
  4. depends on BR2_PACKAGE_LIBOGG
  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_HEADERS
  16. bool "libvorbis target headers"
  17. default n
  18. depends on BR2_PACKAGE_LIBVORBIS
  19. help
  20. Add target headers for the Vorbis open source audio decoder
  21. config BR2_PACKAGE_LIBVORBIS_TREMOR
  22. bool "libvorbis integer implementation"
  23. default y if BR2_arm || BR2_av32
  24. default n
  25. depends on BR2_PACKAGE_LIBVORBIS
  26. help
  27. Use the Tremor fixed point implementation
  28. Not yet implemented
  29. comment "libvorbis requires the package libogg to build"
  30. depends on !BR2_PACKAGE_LIBVORBIS