[Android] compile-libvlc: Force luac build when using prebuilt contribs

Marvin Scholz git at videolan.org
Wed Oct 23 16:06:48 CEST 2019


vlc-android | branch: master | Marvin Scholz <epirat07 at gmail.com> | Wed Oct 23 14:44:03 2019 +0200| [93119237b8c8fbec29be439497260669c242ffbe] | committer: Marvin Scholz

compile-libvlc: Force luac build when using prebuilt contribs

Without that, it would end up trying to use the luac compiled
for the host and fail.

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index b7d96285c..9d0695bef 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -516,6 +516,7 @@ if [ "$AVLC_USE_PREBUILT_CONTRIBS" -gt "0" ]; then
         make prebuilt PREBUILT_URL="$VLC_PREBUILT_CONTRIBS_URL"
         avlc_checkfail "Fetching prebuilt contribs from ${VLC_PREBUILT_CONTRIBS_URL} failed"
     fi
+    make .luac
 else
     # Some libraries have arm assembly which won't build in thumb mode
     # We append -marm to the CFLAGS of these libs to disable thumb mode



More information about the Android mailing list