Skip to content
Snippets Groups Projects
Commit b5f1cc61 authored by Nicolas Pomepuy's avatar Nicolas Pomepuy
Browse files

Add logs for upnp

parent 00f9a750
No related branches found
No related tags found
No related merge requests found
Pipeline #259511 passed with stage
in 40 minutes and 38 seconds
......@@ -37,7 +37,7 @@ allprojects {
ext {
appId = "org.videolan.vlc"
versionName = '3.5.1'
versionName = '3.5.1-upnpdebug'
versionCode = 3050100
libvlcVersion = '3.5.1'
medialibraryVersion = '0.13.3'
......
......@@ -254,12 +254,12 @@ fi
# Fetch VLC source #
####################
LIBVLCJNI_TESTED_HASH=c509a1c955e64c889e784a784d581d84a43b7b1c
LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
LIBVLCJNI_TESTED_HASH=32e7aa2c2ca56343598d9466a740fa1264093065
LIBVLCJNI_REPOSITORY=https://code.videolan.org/asenat/libvlcjni
if [ ! -d "libvlcjni" ] || [ ! -d "libvlcjni/.git" ]; then
diagnostic "libvlcjni sources: not found, cloning"
if [ ! -d "libvlcjni" ]; then
git clone --single-branch --branch libvlcjni-3.x "${LIBVLCJNI_REPOSITORY}"
git clone --single-branch --branch enable-upnp-debug "${LIBVLCJNI_REPOSITORY}"
cd libvlcjni
else # folder exist with only the artifacts
cd libvlcjni
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment