You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

12 lines
528 B

diff -u -r ../libvpx-1.6.1/configure ./configure
--- ../libvpx-1.6.1/configure 2017-01-12 20:27:27.000000000 +0000
+++ ./configure 2017-07-27 01:09:43.590546540 +0000
@@ -500,7 +500,7 @@
# Supported platforms
;;
*)
- if enabled gnu; then
+ if enabled gnu || enabled android; then
echo "--enable-shared is only supported on ELF; assuming this is OK"
else
die "--enable-shared only supported on ELF, OS/2, and Darwin for now"