diff options
author | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 22:19:21 +0000 |
---|---|---|
committer | nico <nico@3c298f89-4303-0410-b956-a3cf2f4a3e73> | 2005-10-17 22:19:21 +0000 |
commit | efcaca0ca0e15ef4aa1338516ddddadca0ba8ba7 (patch) | |
tree | 07d74e4cd71e9d32763937e4e9c808b649b76413 /openwrt/package/icecast/Config.in | |
parent | f4171c75fa584324bf1913d133a164068827893f (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/icecast/Config.in')
-rw-r--r-- | openwrt/package/icecast/Config.in | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/openwrt/package/icecast/Config.in b/openwrt/package/icecast/Config.in index e16b1f0f6c..5252c8c8db 100644 --- a/openwrt/package/icecast/Config.in +++ b/openwrt/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 |