[vlc-commits] [Git][videolan/vlc][master] extras/build: wasm: remove cxx postdeps

Steve Lhomme (@robUx4) gitlab at videolan.org
Tue Mar 17 22:47:52 UTC 2026


Hello everyone

Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
a6ae738f by Khalid Masum at 2026-03-17T22:08:06+00:00
extras/build: wasm: remove cxx postdeps

This is not necessary. Tested buildable with emscripten 3.1.46
and current latest 4.0.13.

- - - - -


1 changed file:

- extras/package/wasm-emscripten/build.sh


Changes:

=====================================
extras/package/wasm-emscripten/build.sh
=====================================
@@ -212,7 +212,7 @@ if [ $BUILD_MODE -eq 1 ]; then
 fi
 
 if [ "$VLC_COMPILE_SHARED" -eq "1" ]; then
-    sed -i "s|^postdeps_CXX=.*$|postdeps_CXX='-L/$(dirname $(which emcc))/cache/sysroot/lib/wasm32-emscripten -lal -lhtml5 -lbulkmemory -lstubs -lsockets-mt'|" config.status
+    sed -i "/^postdeps_CXX=.*$/d" config.status
 fi
 
 



View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a6ae738f840d6e89dd4f0ffc8a5501e49eed802b

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/a6ae738f840d6e89dd4f0ffc8a5501e49eed802b
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