summaryrefslogtreecommitdiffstats
path: root/openwrt/package/libvorbis
diff options
context:
space:
mode:
authornico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 22:19:21 +0000
committernico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73>2005-10-17 22:19:21 +0000
commitefcaca0ca0e15ef4aa1338516ddddadca0ba8ba7 (patch)
tree07d74e4cd71e9d32763937e4e9c808b649b76413 /openwrt/package/libvorbis
parentf4171c75fa584324bf1913d133a164068827893f (diff)
change icecast to use libvorbisidec instead of libogg/libvorbis (thanks to David Collet)
git-svn-id: svn://svn.openwrt.org/openwrt/trunk@2156 3c298f89-4303-0410-b956-a3cf2f4a3e73
Diffstat (limited to 'openwrt/package/libvorbis')
-rw-r--r--openwrt/package/libvorbis/Config.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/libvorbis/Config.in b/openwrt/package/libvorbis/Config.in
index ab93bd392..67c5cabd1 100644
--- a/openwrt/package/libvorbis/Config.in
+++ b/openwrt/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.