aboutsummaryrefslogtreecommitdiffstats
path: root/package/libvorbis
diff options
context:
space:
mode:
authorNicolas Thill <nico@openwrt.org>2005-10-17 22:19:21 +0000
committerNicolas Thill <nico@openwrt.org>2005-10-17 22:19:21 +0000
commit55c480d1c97c748a8e51c41ce663a3e7d722a087 (patch)
tree09f78e78cb09a639d8546d6e9369d7d939d059be /package/libvorbis
parent54913f0665540b56fbf3466d531703e1bc2d1d89 (diff)
downloadmaster-187ad058-55c480d1c97c748a8e51c41ce663a3e7d722a087.tar.gz
master-187ad058-55c480d1c97c748a8e51c41ce663a3e7d722a087.tar.bz2
master-187ad058-55c480d1c97c748a8e51c41ce663a3e7d722a087.zip
change icecast to use libvorbisidec instead of libogg/libvorbis (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk/openwrt@2156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'package/libvorbis')
-rw-r--r--package/libvorbis/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/package/libvorbis/Config.in b/package/libvorbis/Config.in
index ab93bd3922..67c5cabd1b 100644
--- a/package/libvorbis/Config.in
+++ b/package/libvorbis/Config.in
@@ -1,6 +1,6 @@
config BR2_PACKAGE_LIBVORBIS
tristate "libvorbis - The Vorbis General Audio Compression Codec library"
- default m if CONFIG_DEVEL
+ default n
select BR2_PACKAGE_LIBOGG
help
The Vorbis General Audio Compression Codec library.