blob: 9990cb8c1bda8ef7bc04275a6f4f8ab2145a00e4 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
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/
|