[Android] Fix compilation for luac

Jean-Baptiste Kempf git at videolan.org
Sun Aug 7 12:12:15 CEST 2016


vlc-android | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Sun Aug  7 12:11:21 2016 +0200| [81d21b3fa4f88821d408b3e932e58a619d29c104] | committer: Jean-Baptiste Kempf

Fix compilation for luac

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

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

diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 381e4ee..abe1884 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -525,6 +525,7 @@ STRIP="${CROSS_COMPILE}strip" \
 RANLIB="${CROSS_COMPILE}ranlib" \
 AR="${CROSS_COMPILE}ar" \
 PKG_CONFIG_LIBDIR=../contrib/$TARGET_TUPLE/lib/pkgconfig \
+PATH=../contrib/bin:$PATH \
 sh ../configure --host=$TARGET_TUPLE --build=x86_64-unknown-linux \
                 ${EXTRA_PARAMS} ${VLC_CONFIGURE_ARGS} ${OPTS}
 checkfail "vlc: configure failed"



More information about the Android mailing list