VP8 updated to 1.3.0

This commit is contained in:
Sylvain Berfini 2014-02-21 14:56:47 +01:00
parent faafdb4399
commit 6b0dfbcf4d
3 changed files with 7 additions and 6 deletions

View file

@ -210,7 +210,7 @@ LIBVPX_BUILD_DIR=$(TOPDIR)/submodules/externals/build/libvpx
LIBVPX_CONFIGURE_OPTIONS=--disable-vp9 --disable-examples --disable-unit-tests --disable-postproc --enable-error-concealment --enable-debug LIBVPX_CONFIGURE_OPTIONS=--disable-vp9 --disable-examples --disable-unit-tests --disable-postproc --enable-error-concealment --enable-debug
$(LIBVPX_SRC_DIR)/configure_android_x86_patch_applied.txt: $(LIBVPX_SRC_DIR)/configure_android_x86_patch_applied.txt:
@patch -p0 < $(TOPDIR)/patches/libvpx_configure_android_x86.patch @patch -p1 < $(TOPDIR)/patches/libvpx_configure_android_x86.patch
touch $@ touch $@
$(LIBVPX_BUILD_DIR)/arm/libvpx.a: $(LIBVPX_BUILD_DIR)/arm/libvpx.a:

View file

@ -1,10 +1,10 @@
--- submodules/externals/libvpx/build/make/configure.sh.orig 2013-09-27 16:49:14.000000000 +0200 --- a/submodules/externals/libvpx/build/make/configure.sh
+++ submodules/externals/libvpx/build/make/configure.sh 2013-09-27 16:49:01.000000000 +0200 +++ b/submodules/externals/libvpx/build/make/configure.sh
@@ -1052,6 +1052,32 @@ @@ -1037,6 +1037,33 @@ EOF
os2) os2)
AS=${AS:-nasm} AS=${AS:-nasm}
;; ;;
+ android*) + android*)
+ SDK_PATH=${sdk_path} + SDK_PATH=${sdk_path}
+ COMPILER_LOCATION=`find "${SDK_PATH}" \ + COMPILER_LOCATION=`find "${SDK_PATH}" \
+ -name "i686-linux-android-gcc*" -print -quit` + -name "i686-linux-android-gcc*" -print -quit`
@ -30,6 +30,7 @@
+ +
+ soft_enable realtime_only + soft_enable realtime_only
+ ;; + ;;
+
esac esac
AS="${alt_as:-${AS:-auto}}" AS="${alt_as:-${AS:-auto}}"

@ -1 +1 @@
Subproject commit db9235657741ce3fa5b9226f55d780304320ef8c Subproject commit 2e88f2f2ec777259bda1714e72f1ecd2519bceb5