[Android] buildsystem: enforce libvlc dependency
Thomas Guillem
git at videolan.org
Thu Sep 7 08:21:03 UTC 2023
vlc-android | branch: master | Thomas Guillem <thomas at gllm.fr> | Wed Jul 26 14:50:08 2023 +0200| [71022befc0a788ec28e57bc392a7226c5a891470] | committer: Nicolas Pomepuy
buildsystem: enforce libvlc dependency
In order to fail the build in case of libvlc build/link issue.
> https://code.videolan.org/videolan/vlc-android/commit/71022befc0a788ec28e57bc392a7226c5a891470
---
buildsystem/compile-medialibrary.sh | 1 +
1 file changed, 1 insertion(+)
diff --git a/buildsystem/compile-medialibrary.sh b/buildsystem/compile-medialibrary.sh
index b2b2694151..6f0c42fc6e 100755
--- a/buildsystem/compile-medialibrary.sh
+++ b/buildsystem/compile-medialibrary.sh
@@ -154,6 +154,7 @@ if [ ! -d "build-android-$ANDROID_ABI/" -o ! -f "build-android-$ANDROID_ABI/buil
-Dlibjpeg_prefix="$LIBVLCJNI_SRC_DIR/vlc/contrib/$TARGET_TUPLE/" \
-Dtests=disabled \
-Dforce_attachment_api=true \
+ -Dlibvlc=enabled \
build-android-${ANDROID_ABI}
fi
More information about the Android
mailing list