Leonid Plyushch
6 years ago
2 changed files with 12 additions and 21 deletions
@ -1,19 +1,11 @@ |
|||
diff -u -r ../libvpx-1.8.0/build/make/configure.sh ./build/make/configure.sh
|
|||
--- ../libvpx-1.8.0/build/make/configure.sh 2019-02-04 17:02:33.000000000 +0000
|
|||
+++ ./build/make/configure.sh 2019-02-09 21:10:52.112075640 +0000
|
|||
@@ -1017,7 +1017,6 @@
|
|||
enable_feature thumb |
|||
;; |
|||
*) |
|||
- check_add_asflags --defsym ARCHITECTURE=${arch_int}
|
|||
;; |
|||
esac |
|||
|
|||
@@ -1147,7 +1146,6 @@
|
|||
else |
|||
echo "Assuming standalone build with NDK toolchain." |
|||
echo "See build/make/Android.mk for details." |
|||
- check_add_ldflags -static
|
|||
soft_enable unit_tests |
|||
fi |
|||
diff -uNr libvpx-1.8.1/build/make/configure.sh libvpx-1.8.1.mod/build/make/configure.sh
|
|||
--- libvpx-1.8.1/build/make/configure.sh 2019-07-16 00:55:33.000000000 +0300
|
|||
+++ libvpx-1.8.1.mod/build/make/configure.sh 2019-07-21 18:30:38.097784114 +0300
|
|||
@@ -1100,7 +1100,6 @@
|
|||
android*) |
|||
echo "Assuming standalone build with NDK toolchain." |
|||
echo "See build/make/Android.mk for details." |
|||
- check_add_ldflags -static
|
|||
soft_enable unit_tests |
|||
;; |
|||
|
|||
|
Loading…
Reference in new issue