[Android] Set the ANDROID_API when building the contribs

Jean-Baptiste Kempf git at videolan.org
Thu Feb 5 17:55:22 CET 2015


vlc-ports/android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  5 17:55:12 2015 +0100| [c94e3eba6459b512c4abbec1f5034267b7b06cfc] | committer: Jean-Baptiste Kempf

Set the ANDROID_API when building the contribs

> http://git.videolan.org/gitweb.cgi/vlc-ports/android.git/?a=commit;h=c94e3eba6459b512c4abbec1f5034267b7b06cfc
---

 compile-libvlc.sh |    3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index a579012..a1caffa 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -258,7 +258,8 @@ gen_pc_file EGL 1.1
 gen_pc_file GLESv2 2
 
 cd contrib/contrib-android-${TARGET_TUPLE}
-../bootstrap --host=${TARGET_TUPLE} --disable-disc --disable-sout \
+
+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