1234567891011121314151617181920 |
- config ADK_PACKAGE_LIBVORBIS
- prompt "libvorbis......................... The Vorbis General Audio Compression Codec library"
- tristate
- default n
- select ADK_PACKAGE_LIBOGG
- help
- The Vorbis General Audio Compression Codec library.
-
- http://www.vorbis.com/
- config ADK_PACKAGE_LIBVORBISENC
- prompt "libvorbisenc...................... The Vorbis General Audio Compression Codec library"
- tristate
- default n
- select ADK_PACKAGE_LIBVORBIS
- help
- The Vorbis General Audio Compression Codec library.
- This is the encoding part, needed f.e. for mpd shout support.
- http://www.vorbis.com/
|