13 lines
528 B
Diff
13 lines
528 B
Diff
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"
|