summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorTimothy Gu <timothygu99@gmail.com>2014-10-08 03:29:43 (GMT)
committerTimothy Gu <timothygu99@gmail.com>2014-10-08 03:29:43 (GMT)
commit38324ce8de799c4491c6a603cfb17cfdad21428b (patch)
tree19959e4d13ec90d0496d80467e9395faae9565e6 /src
parentc940dfa0425a03e962432d9d50c9beea304c7e9e (diff)
downloadmxe-38324ce8de799c4491c6a603cfb17cfdad21428b.zip
mxe-38324ce8de799c4491c6a603cfb17cfdad21428b.tar.gz
mxe-38324ce8de799c4491c6a603cfb17cfdad21428b.tar.bz2
libvpx: update
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
Diffstat (limited to 'src')
-rw-r--r--src/libvpx-1-fixes.patch60
-rw-r--r--src/libvpx.mk4
2 files changed, 2 insertions, 62 deletions
diff --git a/src/libvpx-1-fixes.patch b/src/libvpx-1-fixes.patch
index b8baeb0..211de0a 100644
--- a/src/libvpx-1-fixes.patch
+++ b/src/libvpx-1-fixes.patch
@@ -37,47 +37,7 @@ Date: Thu, 5 Sep 2013 14:28:28 -0700
Subject: [PATCH 2/2] Fix /bin/bash
Signed-off-by: Timothy Gu <timothygu99@gmail.com>
----
- build/make/armlink_adapter.sh | 2 +-
- build/make/configure.sh | 2 +-
- build/make/gen_asm_deps.sh | 2 +-
- build/make/gen_msvs_def.sh | 2 +-
- build/make/gen_msvs_proj.sh | 2 +-
- build/make/gen_msvs_sln.sh | 2 +-
- build/make/version.sh | 2 +-
- configure | 2 +-
- 8 files changed, 8 insertions(+), 8 deletions(-)
-diff --git a/build/make/armlink_adapter.sh b/build/make/armlink_adapter.sh
-index b53669c..71cf7e9 100755
---- a/build/make/armlink_adapter.sh
-+++ b/build/make/armlink_adapter.sh
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- ##
- ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
- ##
-diff --git a/build/make/configure.sh b/build/make/configure.sh
-index c99a01c..9023dee 100755
---- a/build/make/configure.sh
-+++ b/build/make/configure.sh
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- ##
- ## configure.sh
- ##
-diff --git a/build/make/gen_asm_deps.sh b/build/make/gen_asm_deps.sh
-index 0b4e3aa..158ec34 100755
---- a/build/make/gen_asm_deps.sh
-+++ b/build/make/gen_asm_deps.sh
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- ##
- ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
- ##
diff --git a/build/make/gen_msvs_def.sh b/build/make/gen_msvs_def.sh
index 4defcc2..12e3573 100755
--- a/build/make/gen_msvs_def.sh
@@ -108,25 +68,5 @@ index 240678b..2089f68 100755
##
## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
##
-diff --git a/build/make/version.sh b/build/make/version.sh
-index 3efb956..b3a9c23 100755
---- a/build/make/version.sh
-+++ b/build/make/version.sh
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- ##
- ## Copyright (c) 2010 The WebM project authors. All Rights Reserved.
- ##
-diff --git a/configure b/configure
-index 987b2e9..d581cf2 100755
---- a/configure
-+++ b/configure
-@@ -1,4 +1,4 @@
--#!/bin/bash
-+#!/usr/bin/env bash
- ##
- ## configure
- ##
--
1.8.1.2
diff --git a/src/libvpx.mk b/src/libvpx.mk
index 732d2d5..7eac571 100644
--- a/src/libvpx.mk
+++ b/src/libvpx.mk
@@ -3,8 +3,8 @@
PKG := libvpx
$(PKG)_IGNORE :=
-$(PKG)_VERSION := 1.2.0
-$(PKG)_CHECKSUM := 214d9a215af1a3278d9fcba4cac89566e321e4cf
+$(PKG)_VERSION := 1.3.0
+$(PKG)_CHECKSUM := 191b95817aede8c136cc3f3745fb1b8c50e6d5dc
$(PKG)_SUBDIR := $(PKG)-v$($(PKG)_VERSION)
$(PKG)_FILE := $(PKG)-v$($(PKG)_VERSION).tar.bz2
$(PKG)_URL := http://webm.googlecode.com/files/$($(PKG)_FILE)