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
642 B
12 lines
642 B
diff -u -r ../libvpx-v1.3.0/configure ./configure
|
|
--- ../libvpx-v1.3.0/configure 2014-01-10 21:12:42.000000000 +0100
|
|
+++ ./configure 2014-03-03 21:21:38.000000000 +0100
|
|
@@ -505,7 +505,7 @@
|
|
# Can only build shared libs on a subset of platforms. Doing this check
|
|
# here rather than at option parse time because the target auto-detect
|
|
# magic happens after the command line has been parsed.
|
|
- if ! enabled linux; then
|
|
+ if ! enabled linux && ! enabled android; then
|
|
if enabled gnu; then
|
|
echo "--enable-shared is only supported on ELF; assuming this is OK"
|
|
else
|
|
|