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/ipkg | |
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/ipkg')
-rw-r--r-- | openwrt/package/icecast/ipkg/icecast.control | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/openwrt/package/icecast/ipkg/icecast.control b/openwrt/package/icecast/ipkg/icecast.control index 803435971f..f52dbbd08b 100644 --- a/openwrt/package/icecast/ipkg/icecast.control +++ b/openwrt/package/icecast/ipkg/icecast.control @@ -3,5 +3,5 @@ Priority: optional Section: net Maintainer: OpenWrt Developers Team <bugs@openwrt.org> Source: http://openwrt.org/cgi-bin/viewcvs.cgi/openwrt/package/icecast/ -Depends: libcurl, libogg, libvorbis, libpthread, libxml2, libxslt +Depends: libcurl, libvorbisidec, libpthread, libxml2, libxslt Description: A streaming media server |