[vlc-commits] [Git][videolan/vlc][master] 3 commits: contrib: sqlite: don't build by default

Felix Paul Kühne (@fkuehne) gitlab at videolan.org
Mon Jul 13 08:50:38 UTC 2026



Felix Paul Kühne pushed to branch master at VideoLAN / VLC


Commits:
4309f53b by Steve Lhomme at 2026-07-13T10:22:12+02:00
contrib: sqlite: don't build by default

Only the medialibrary uses it and can pull it as a dependency.

- - - - -
80267826 by Steve Lhomme at 2026-07-13T10:22:12+02:00
package/apple: remove unnecessary sqlite disabling

It's not built by default.

- - - - -
6f84473e by Steve Lhomme at 2026-07-13T10:22:12+02:00
package/wasm: remove unnecessary sqlite disabling

It's not built by default.

- - - - -


3 changed files:

- contrib/src/sqlite/rules.mak
- extras/package/apple/build.conf
- extras/package/wasm-emscripten/build.sh


Changes:

=====================================
contrib/src/sqlite/rules.mak
=====================================
@@ -3,8 +3,6 @@
 SQLITE_VERSION := 3460100
 SQLITE_URL := https://www.sqlite.org/2024/sqlite-autoconf-$(SQLITE_VERSION).tar.gz
 
-PKGS += sqlite
-
 ifeq ($(call need_pkg,"sqlite3 >= 3.33.0"),)
 PKGS_FOUND += sqlite
 endif


=====================================
extras/package/apple/build.conf
=====================================
@@ -72,7 +72,6 @@ export VLC_CONTRIB_OPTIONS_BASE=(
     --enable-soxr
     --enable-taglib
     --disable-medialibrary
-    --disable-sqlite
     --disable-decklink
 )
 


=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -139,7 +139,7 @@ diagnostic "vlc contribs: bootstrap"
             --disable-gpgerror --disable-fontconfig \
             --disable-asdcplib --disable-caca --disable-gettext \
             --disable-goom \
-            --disable-lua --disable-luac --disable-sqlite \
+            --disable-lua --disable-luac \
             --disable-medialibrary --disable-mpcdec \
             --disable-protobuf --disable-sidplay2 \
             --disable-spatialaudio --disable-speex \



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/8362716e0fafe19eccc774a6f4d06443de5db221...6f84473e58d5d5b7c70f24f797876dc88661f94d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/8362716e0fafe19eccc774a6f4d06443de5db221...6f84473e58d5d5b7c70f24f797876dc88661f94d
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