2017-07-27 03:18:14 +02:00
|
|
|
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 @@
|
2016-08-11 01:45:41 +02:00
|
|
|
# Supported platforms
|
|
|
|
;;
|
|
|
|
*)
|
|
|
|
- if enabled gnu; then
|
|
|
|
+ if enabled gnu || enabled android; then
|
2015-06-13 01:03:31 +02:00
|
|
|
echo "--enable-shared is only supported on ELF; assuming this is OK"
|
|
|
|
else
|
2016-08-11 01:45:41 +02:00
|
|
|
die "--enable-shared only supported on ELF, OS/2, and Darwin for now"
|