[vlc-commits] [Git][videolan/vlc][3.0.x] CI: update libvlcjni hash to remove some contrib flags
Steve Lhomme (@robUx4)
gitlab at videolan.org
Sat Jul 11 09:20:22 UTC 2026
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
fe211851 by Steve Lhomme at 2026-07-11T08:06:19+00:00
CI: update libvlcjni hash to remove some contrib flags
* --disable-fontconfig is removed as we use it now
* --disable-schroedinger is removed as it's gone
- - - - -
1 changed file:
- extras/ci/gitlab-ci.yml
Changes:
=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -501,7 +501,7 @@ nightly-macos-arm64:
name: $VLC_ANDROID_IMAGE
script: |
git clone https://code.videolan.org/videolan/libvlcjni.git
- (cd libvlcjni && git checkout a2c4ae9ee0f576f0796518ad953c7f4411b9dcf5)
+ (cd libvlcjni && git checkout cfe024f6cf9d188f6057d1c8c30d317cb4ba4b1f)
if [ -n "$VLC_PREBUILT_CONTRIBS_URL" ]; then
/bin/sh ./libvlcjni/buildsystem/compile-libvlc.sh --no-jni -a $ANDROID_ARCH --with-prebuilt-contribs
else
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fe211851b04d1bc536c3375469910b15178437c1
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/fe211851b04d1bc536c3375469910b15178437c1
You're receiving this email because of your account on code.videolan.org. Manage all notifications: https://code.videolan.org/-/profile/notifications | Help: https://code.videolan.org/help
More information about the vlc-commits
mailing list