VP8 updated to 1.3.0
This commit is contained in:
parent
faafdb4399
commit
6b0dfbcf4d
3 changed files with 7 additions and 6 deletions
2
Makefile
2
Makefile
|
@ -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_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 $@
|
||||
|
||||
$(LIBVPX_BUILD_DIR)/arm/libvpx.a:
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
--- submodules/externals/libvpx/build/make/configure.sh.orig 2013-09-27 16:49:14.000000000 +0200
|
||||
+++ submodules/externals/libvpx/build/make/configure.sh 2013-09-27 16:49:01.000000000 +0200
|
||||
@@ -1052,6 +1052,32 @@
|
||||
--- a/submodules/externals/libvpx/build/make/configure.sh
|
||||
+++ b/submodules/externals/libvpx/build/make/configure.sh
|
||||
@@ -1037,6 +1037,33 @@ EOF
|
||||
os2)
|
||||
AS=${AS:-nasm}
|
||||
;;
|
||||
|
@ -30,6 +30,7 @@
|
|||
+
|
||||
+ soft_enable realtime_only
|
||||
+ ;;
|
||||
+
|
||||
esac
|
||||
|
||||
AS="${alt_as:-${AS:-auto}}"
|
||||
|
|
2
submodules/externals/libvpx
vendored
2
submodules/externals/libvpx
vendored
|
@ -1 +1 @@
|
|||
Subproject commit db9235657741ce3fa5b9226f55d780304320ef8c
|
||||
Subproject commit 2e88f2f2ec777259bda1714e72f1ecd2519bceb5
|
Loading…
Reference in a new issue