diff --git a/compile-libvlc.sh b/compile-libvlc.sh index a57901284451d6362412b128abe92c9083b1a2a6..a1caffa46710d776df565cf2ef11a1789bf65ad5 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 \