[Android] compile-libvlc.sh: Provide ANDROID_API as a number

Hugo Beauzée-Luyssen git at videolan.org
Fri Jan 11 13:23:46 CET 2019


vlc-android | branch: master | Hugo Beauzée-Luyssen <hugo at beauzee.fr> | Fri Jan 11 11:55:18 2019 +0100| [ce6f76970aec224d4f6607e753c43289851bd6ee] | committer: Hugo Beauzée-Luyssen

compile-libvlc.sh: Provide ANDROID_API as a number

> https://code.videolan.org/videolan/vlc-android/commit/ce6f76970aec224d4f6607e753c43289851bd6ee
---

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index d613508f5..0602e1b8a 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -287,7 +287,7 @@ gen_pc_file GLESv2 2
 cd contrib/contrib-android-${TARGET_TUPLE}
 
 export USE_FFMPEG=1
-ANDROID_ABI=${ANDROID_ABI} ANDROID_API=android-${ANDROID_API} \
+ANDROID_ABI=${ANDROID_ABI} ANDROID_API=${ANDROID_API} \
     ../bootstrap --host=${TARGET_TUPLE} ${VLC_BOOTSTRAP_ARGS}
 checkfail "contribs: bootstrap failed"
 



More information about the Android mailing list