[vlc-commits] [Git][videolan/vlc][master] 2 commits: wasm: Don't enable i18n

Hugo Beauzée-Luyssen (@chouquette) gitlab at videolan.org
Thu Sep 16 12:03:47 UTC 2021



Hugo Beauzée-Luyssen pushed to branch master at VideoLAN / VLC


Commits:
fd906e89 by Hugo Beauzée-Luyssen at 2021-09-16T10:32:21+00:00
wasm: Don't enable i18n

- - - - -
64859ec9 by Hugo Beauzée-Luyssen at 2021-09-16T10:32:21+00:00
CI: Bump wasm image

This image contains a prebuilt protobuf-compiler.
We don't need it yet, but when we do it will be included

- - - - -


2 changed files:

- extras/ci/gitlab-ci.yml
- extras/package/wasm-emscripten/build.sh


Changes:

=====================================
extras/ci/gitlab-ci.yml
=====================================
@@ -20,7 +20,7 @@ variables:
     VLC_ANDROID_IMAGE: registry.videolan.org/vlc-debian-android:20210730131708
     VLC_SNAP_IMAGE: registry.videolan.org/vlc-ubuntu-focal:20210611174203
     VLC_RASPBIAN_IMAGE: registry.videolan.org/vlc-debian-raspbian:20200213203125
-    VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20210601090557
+    VLC_WASM_EMSCRIPTEN: registry.videolan.org/vlc-debian-wasm-emscripten:20210915101305
 
 .variables-debian: &variables-debian
         HOST_ARCH: x86_64


=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -159,7 +159,7 @@ if [ $BUILD_MODE -eq 1 ]; then
     emconfigure "$VLC_SRCPATH"/configure --host=wasm32-unknown-emscripten --enable-debug \
                         --disable-shared --disable-vlc \
                         --disable-sout --disable-vlm --disable-xcb --disable-lua \
-                        --disable-addonmanagermodules --disable-ssp \
+                        --disable-addonmanagermodules --disable-ssp --disable-nls \
                         ac_cv_func_if_nameindex=yes ac_cv_header_sys_shm_h=no \
                         --with-contrib="$VLC_SRCPATH"/contrib/wasm32-unknown-emscripten
 fi



View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/613b30731e154279123b536cf866365aef5d2427...64859ec9dda33073964228352acbf59b9505990d

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/compare/613b30731e154279123b536cf866365aef5d2427...64859ec9dda33073964228352acbf59b9505990d
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list