From e6499e38db6739d33159fac043a35dcb3480131e Mon Sep 17 00:00:00 2001
From: Steve Lhomme <robux4@ycbcr.xyz>
Date: Mon, 28 Oct 2024 14:20:48 +0100
Subject: [PATCH] buildsystem: remove unused VLC_TARBALLS

Unused for libvlcjni or its upper script.
---
 buildsystem/build-libvlcjni.sh | 7 -------
 buildsystem/compile-libvlc.sh  | 7 -------
 2 files changed, 14 deletions(-)

diff --git a/buildsystem/build-libvlcjni.sh b/buildsystem/build-libvlcjni.sh
index 4141add..d6c3a63 100755
--- a/buildsystem/build-libvlcjni.sh
+++ b/buildsystem/build-libvlcjni.sh
@@ -88,13 +88,6 @@ fi
 
 VLC_BUILD_DIR="$(cd $VLC_SRC_DIR/; pwd)/build-android-${TARGET_TUPLE}"
 
-if [ -z $VLC_TARBALLS ]; then
-    VLC_TARBALLS="$(cd $VLC_SRC_DIR/;pwd)/contrib/tarballs"
-fi
-if [ ! -d $VLC_TARBALLS ]; then
-    mkdir -p $VLC_TARBALLS
-fi
-
 VLC_OUT_PATH="$VLC_BUILD_DIR/ndk"
 mkdir -p $VLC_OUT_PATH
 
diff --git a/buildsystem/compile-libvlc.sh b/buildsystem/compile-libvlc.sh
index 799a4e8..46418aa 100755
--- a/buildsystem/compile-libvlc.sh
+++ b/buildsystem/compile-libvlc.sh
@@ -131,13 +131,6 @@ fi
 
 VLC_BUILD_DIR="$(cd $VLC_SRC_DIR/; pwd)/build-android-${TARGET_TUPLE}"
 
-if [ -z $VLC_TARBALLS ]; then
-    VLC_TARBALLS="$(cd $VLC_SRC_DIR/;pwd)/contrib/tarballs"
-fi
-if [ ! -d $VLC_TARBALLS ]; then
-    mkdir -p $VLC_TARBALLS
-fi
-
 VLC_OUT_PATH="$VLC_BUILD_DIR/ndk"
 mkdir -p $VLC_OUT_PATH
 
-- 
GitLab