[Android] Medialibrary build: Init libvlcpp submodule only
Geoffrey Métais
git at videolan.org
Fri Jan 13 17:26:46 CET 2017
vlc-android | branch: master | Geoffrey Métais <geoffrey.metais at gmail.com> | Fri Jan 13 17:26:09 2017 +0100| [ad5e5131637dee1449914c99933f333e84dd6834] | committer: Geoffrey Métais
Medialibrary build: Init libvlcpp submodule only
> https://code.videolan.org/videolan/vlc-android/commit/ad5e5131637dee1449914c99933f333e84dd6834
---
compile-libvlc.sh | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/compile-libvlc.sh b/compile-libvlc.sh
index 9735d97..f2b853c 100755
--- a/compile-libvlc.sh
+++ b/compile-libvlc.sh
@@ -784,8 +784,8 @@ if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/medialibrary" ]; then
echo -e "\e[1m\e[32mmedialibrary source not found, cloning\e[0m"
git clone http://code.videolan.org/videolan/medialibrary.git "${SRC_DIR}/medialibrary/medialibrary"
checkfail "medialibrary source: git clone failed"
- cd ${SRC_DIR}/medialibrary/medialibrary/libvlcpp
- git submodule update --init
+ cd ${SRC_DIR}/medialibrary/medialibrary
+ git submodule update --init libvlcpp
cd -
else
cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary
More information about the Android
mailing list