From c94e3eba6459b512c4abbec1f5034267b7b06cfc Mon Sep 17 00:00:00 2001 From: Jean-Baptiste Kempf Date: Thu, 5 Feb 2015 17:55:12 +0100 Subject: [PATCH] Set the ANDROID_API when building the contribs --- compile-libvlc.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compile-libvlc.sh b/compile-libvlc.sh index a57901284..a1caffa46 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 \ -- GitLab