[Android] Pass ANDROID_ABI to contrib too
Jean-Baptiste Kempf
git at videolan.org
Thu Feb 5 19:51:57 CET 2015
vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb 5 19:51:44 2015 +0100| [f81b28e0a1b12cf109f73b90b0ae17bef175b6c2] | committer: Jean-Baptiste Kempf
Pass ANDROID_ABI to contrib too
> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=f81b28e0a1b12cf109f73b90b0ae17bef175b6c2
---
compile-libvlc.sh | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 0f6f871..ff55006 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -271,7 +271,8 @@ gen_pc_file GLESv2 2
cd contrib/contrib-android-${TARGET_TUPLE}
-ANDROID_API=${ANDROID_API} ../bootstrap --host=${TARGET_TUPLE} --disable-disc --disable-sout \
+ANDROID_ABI=${ANDROID_ABI} ANDROID_API=${ANDROID_API} \
+ ../bootstrap --host=${TARGET_TUPLE} --disable-disc --disable-sout \
--enable-dvdread \
--enable-dvdnav \
--disable-dca \
More information about the Android
mailing list