diff options
author | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:19:21 +0000 |
---|---|---|
committer | Nicolas Thill <nico@openwrt.org> | 2005-10-17 22:19:21 +0000 |
commit | 0f52a18e0bc610f560ad98382a4fb5685701a7b6 (patch) | |
tree | bd511c93770d5ea938c29c00df1dc5d190949cf3 /openwrt/package/icecast/ipkg | |
parent | f2e947e7839c07794bbefc1d0de1caa375ae55bc (diff) | |
download | mtk-20170518-0f52a18e0bc610f560ad98382a4fb5685701a7b6.zip mtk-20170518-0f52a18e0bc610f560ad98382a4fb5685701a7b6.tar.gz mtk-20170518-0f52a18e0bc610f560ad98382a4fb5685701a7b6.tar.bz2 |
change icecast to use libvorbisidec instead of libogg/libvorbis (thanks to David Collet)
SVN-Revision: 2156
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 8034359..f52dbbd 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 |