[vlc-commits] [Git][videolan/vlc][master] wasm: build: disable qt
Felix Paul Kühne (@fkuehne)
gitlab at videolan.org
Sun Dec 29 09:43:05 UTC 2024
Felix Paul Kühne pushed to branch master at VideoLAN / VLC
Commits:
dc430c65 by Khalid Masum at 2024-12-29T09:18:18+00:00
wasm: build: disable qt
We do not build this with qt anyway as is autodisabled when
qt-development packages aren't installed.
Moreover build errors may occur if qt is enabled. This patch will
avoid that.
- - - - -
1 changed file:
- extras/package/wasm-emscripten/build.sh
Changes:
=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -206,6 +206,7 @@ if [ $BUILD_MODE -eq 1 ]; then
--disable-sout --disable-vlm --disable-xcb --disable-lua \
--disable-addonmanagermodules --disable-ssp --disable-nls \
--enable-gles2 \
+ --disable-qt \
--with-contrib="$VLC_SRCPATH"/contrib/wasm32-unknown-emscripten \
"${SANITIZER_OPTIONS}"
fi
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/dc430c6528d805ad57b6c2b1bd6a746ef2de12a8
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/dc430c6528d805ad57b6c2b1bd6a746ef2de12a8
You're receiving this email because of your account on code.videolan.org.
VideoLAN code repository instance
More information about the vlc-commits
mailing list