From 4e52b29c6bec7ac286c2a9e7f394bb07162e643b Mon Sep 17 00:00:00 2001 From: lars Date: Mon, 15 Dec 2008 01:45:12 +0000 Subject: [PATCH] Update libtheora to 1.0 git-svn-id: svn://svn.openwrt.org/openwrt/packages@13644 3c298f89-4303-0410-b956-a3cf2f4a3e73 --- libs/libtheora/Makefile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/libs/libtheora/Makefile b/libs/libtheora/Makefile index 47a923812..ccc121355 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