summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--index.html2
-rw-r--r--src/libvpx-1-config.patch2
-rw-r--r--src/libvpx.mk2
3 files changed, 3 insertions, 3 deletions
diff --git a/index.html b/index.html
index 6925f65..0d3ea3f 100644
--- a/index.html
+++ b/index.html
@@ -1535,7 +1535,7 @@ USE_OSGPLUGIN(<plugin2>)
</tr>
<tr>
<td id="libvpx-package">libvpx</td>
- <td id="libvpx-version">1.0.0</td>
+ <td id="libvpx-version">1.1.0</td>
<td id="libvpx-website"><a href="http://code.google.com/p/webm/">vpx</a></td>
</tr>
<tr>
diff --git a/src/libvpx-1-config.patch b/src/libvpx-1-config.patch
index 7fde577..402398f 100644
--- a/src/libvpx-1-config.patch
+++ b/src/libvpx-1-config.patch
@@ -4,7 +4,7 @@
diff --git a/configure b/configure
--- a/configure
+++ b/configure
-@@ -465,9 +465,6 @@ process_detect() {
+@@ -481,9 +481,6 @@ process_detect() {
}
fi
check_header stdio.h || die "Unable to invoke compiler: ${CC} ${CFLAGS}"
diff --git a/src/libvpx.mk b/src/libvpx.mk
index 5811a20..e44d3a7 100644
--- a/src/libvpx.mk
+++ b/src/libvpx.mk
@@ -3,7 +3,7 @@
PKG := libvpx
$(PKG)_IGNORE :=
-$(PKG)_CHECKSUM := 2919e11074fef72fc61ef1a75160050ffaad6074
+$(PKG)_CHECKSUM := 356af5f770c50cd021c60863203d8f30164f6021
$(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://webm.googlecode.com/files/$($(PKG)_FILE)