[Android] Add logs for upnp

Nicolas Pomepuy git at videolan.org
Mon Sep 12 07:54:35 UTC 2022


vlc-android | branch: debug_upnp | Nicolas Pomepuy <nicolas at videolabs.io> | Tue Sep  6 10:58:35 2022 +0200| [601c7534b0db018561b5a13264f8621cf2fbc35a] | committer: Nicolas Pomepuy

Add logs for upnp

> https://code.videolan.org/videolan/vlc-android/commit/601c7534b0db018561b5a13264f8621cf2fbc35a
---

 build.gradle           | 2 +-
 buildsystem/compile.sh | 6 +++---
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/build.gradle b/build.gradle
index 4d971abff..8042e95cf 100644
--- a/build.gradle
+++ b/build.gradle
@@ -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'
diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 5f74f135b..7ea99ef84 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -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



More information about the Android mailing list