diff options
author | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 21:26:43 +0000 |
---|---|---|
committer | Imre Kaloz <kaloz@openwrt.org> | 2006-01-29 21:26:43 +0000 |
commit | 1430462520bb27fd0f60495be00a3f3fb6d4b04e (patch) | |
tree | 969af184f3123a8cfe999a223ff900cbc918b328 /openwrt/package/libvorbis/Makefile | |
parent | c6c07d95f226a1621274437202d82fb4868e542f (diff) | |
download | mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.zip mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.tar.gz mtk-20170518-1430462520bb27fd0f60495be00a3f3fb6d4b04e.tar.bz2 |
upgrade libvorbis to v1.1.2, spca5xx to v20060101 and add gcc4 fix for shfs
SVN-Revision: 3068
Diffstat (limited to 'openwrt/package/libvorbis/Makefile')
-rw-r--r-- | openwrt/package/libvorbis/Makefile | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/openwrt/package/libvorbis/Makefile b/openwrt/package/libvorbis/Makefile index dc7e5e0..204d137 100644 --- a/openwrt/package/libvorbis/Makefile +++ b/openwrt/package/libvorbis/Makefile @@ -3,9 +3,9 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libvorbis -PKG_VERSION:=1.1.1 +PKG_VERSION:=1.1.2 PKG_RELEASE:=1 -PKG_MD5SUM:=b77270c24840af4de54bea5ad1c0b252 +PKG_MD5SUM:=37847626b8e1b53ae79a34714c7b3211 PKG_SOURCE_URL:=http://downloads.xiph.org/releases/vorbis/ PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.gz |