aboutsummaryrefslogtreecommitdiffstats
path: root/package/icecast/Config.in
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/icecast/Config.in
parent54913f0665540b56fbf3466d531703e1bc2d1d89 (diff)
downloadupstream-55c480d1c97c748a8e51c41ce663a3e7d722a087.tar.gz
upstream-55c480d1c97c748a8e51c41ce663a3e7d722a087.tar.bz2
upstream-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/icecast/Config.in')
-rw-r--r--package/icecast/Config.in6
1 files changed, 2 insertions, 4 deletions
diff --git a/package/icecast/Config.in b/package/icecast/Config.in
index e16b1f0f6c..5252c8c8db 100644
--- a/package/icecast/Config.in
+++ b/package/icecast/Config.in
@@ -2,8 +2,7 @@ config BR2_PACKAGE_ICECAST
tristate "icecast - A streaming media server for Ogg/Vorbis and MP3 audio streams"
default m if CONFIG_DEVEL
select BR2_PACKAGE_LIBCURL
- select BR2_PACKAGE_LIBOGG
- select BR2_PACKAGE_LIBVORBIS
+ select BR2_PACKAGE_LIBVORBISIDEC
select BR2_PACKAGE_LIBXML2
select BR2_PACKAGE_LIBXSLT
help
@@ -18,8 +17,7 @@ config BR2_PACKAGE_ICECAST
Depends:
* libcurl
- * libogg
- * libvorbis
+ * libvorbisidec
* libxml2
* libxslt