From: Lars-Peter Clausen Date: Mon, 15 Dec 2008 01:45:12 +0000 (+0000) Subject: Update libtheora to 1.0 X-Git-Url: http://git.openwrt.org/?p=openwrt%2Fsvn-archive%2Farchive.git;a=commitdiff_plain;hb=d3a43275170ccaf52fd452411074dca1fd34c459 Update libtheora to 1.0 SVN-Revision: 13644 --- diff --git a/libs/libtheora/Makefile b/libs/libtheora/Makefile index 47a9238124..ccc1213559 100644 --- a/libs/libtheora/Makefile +++ b/libs/libtheora/Makefile @@ -9,12 +9,12 @@ include $(TOPDIR)/rules.mk PKG_NAME:=libtheora -PKG_VERSION:=1.0beta3 -PKG_RELEASE:=1 +PKG_VERSION:=1.0 +PKG_RELEASE:=2 PKG_SOURCE:=$(PKG_NAME)-$(PKG_VERSION).tar.bz2 PKG_SOURCE_URL:=http://downloads.xiph.org/releases/theora/ +PKG_MD5SUM:=c963937053f45a7878954bed37ceb182 PKG_FIXUP:=libtool -PKG_MD5SUM:=04b3e1055da49daba6afce93f3214b1f include $(INCLUDE_DIR)/package.mk