diff --git a/compile-libvlc.sh b/compile-libvlc.sh index bb20704b3..1241a595f 100755 --- a/compile-libvlc.sh +++ b/compile-libvlc.sh @@ -16,7 +16,7 @@ checkfail() # ARGUMENTS # ############# -MEDIALIBRARY_HASH=33a57a9 +MEDIALIBRARY_HASH=94abdc9 BUILD_ML=1 RELEASE=0 @@ -774,6 +774,7 @@ if [ ! -d "${MEDIALIBRARY_MODULE_DIR}/medialibrary" ]; then git clone http://code.videolan.org/videolan/medialibrary.git "${SRC_DIR}/medialibrary/medialibrary" checkfail "medialibrary source: git clone failed" cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary + git checkout 0.3.x git submodule update --init libvlcpp else cd ${MEDIALIBRARY_MODULE_DIR}/medialibrary