Config.in 598 B

1234567891011121314151617181920
  1. config ADK_PACKAGE_LIBVORBIS
  2. prompt "libvorbis......................... The Vorbis General Audio Compression Codec library"
  3. tristate
  4. default n
  5. select ADK_PACKAGE_LIBOGG
  6. help
  7. The Vorbis General Audio Compression Codec library.
  8. http://www.vorbis.com/
  9. config ADK_PACKAGE_LIBVORBISENC
  10. prompt "libvorbisenc...................... The Vorbis General Audio Compression Codec library"
  11. tristate
  12. default n
  13. select ADK_PACKAGE_LIBVORBIS
  14. help
  15. The Vorbis General Audio Compression Codec library.
  16. This is the encoding part, needed f.e. for mpd shout support.
  17. http://www.vorbis.com/