[Android] buildsystem: use the proper URL for the libvlcjni repository

Steve Lhomme git at videolan.org
Wed Nov 20 06:47:54 UTC 2024


vlc-android | branch: master | Steve Lhomme <robux4 at ycbcr.xyz> | Wed Sep  4 16:45:44 2024 +0200| [05354fe710fb5d00102205f738862619dd599fbe] | committer: Duncan McNamara

buildsystem: use the proper URL for the libvlcjni repository

> https://code.videolan.org/videolan/vlc-android/commit/05354fe710fb5d00102205f738862619dd599fbe
---

 buildsystem/compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/buildsystem/compile.sh b/buildsystem/compile.sh
index 9403ab79c4..8a3e7398a8 100755
--- a/buildsystem/compile.sh
+++ b/buildsystem/compile.sh
@@ -270,7 +270,7 @@ if [ "$FORCE_VLC_4" = 1 ]; then
 else
     LIBVLCJNI_TESTED_HASH=fef5039810febe5a76d7766c2e748b25736a5106
 fi
-LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni
+LIBVLCJNI_REPOSITORY=https://code.videolan.org/videolan/libvlcjni.git
 
 : ${VLC_LIBJNI_PATH:="$(pwd -P)/libvlcjni"}
 



More information about the Android mailing list