Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Open sidebar
VideoLAN
VLC-Android
Commits
b1c4f214
Commit
b1c4f214
authored
Oct 31, 2017
by
Geoffrey Métais
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Set medialibrary to tested HASH on release builds
parent
07f32fcc
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
+5
-4
compile-libvlc.sh
compile-libvlc.sh
+5
-4
No files found.
compile-libvlc.sh
View file @
b1c4f214
...
...
@@ -768,9 +768,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
cd
${
MEDIALIBRARY_MODULE
_DIR
}
/medialibrary
git submodule update
--init
libvlcpp
cd
-
else
cd
${
MEDIALIBRARY_MODULE_DIR
}
/medialibrary
if
!
git cat-file
-e
${
MEDIALIBRARY_HASH
}
;
then
...
...
@@ -778,9 +777,11 @@ else
rm
-rf
${
MEDIALIBRARY_MODULE_DIR
}
/jni/libs
rm
-rf
${
MEDIALIBRARY_MODULE_DIR
}
/jni/obj
fi
cd
${
SRC_DIR
}
fi
if
[
"
$RELEASE
"
=
1
]
;
then
git reset
--hard
${
MEDIALIBRARY_HASH
}
fi
cd
${
SRC_DIR
}
echo
-e
"
\e
[1m
\e
[36mCFLAGS:
${
CFLAGS
}
\e
[0m"
echo
-e
"
\e
[1m
\e
[36mEXTRA_CFLAGS:
${
EXTRA_CFLAGS
}
\e
[0m"
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment