[vlc-commits] [Git][videolan/vlc][master] configure: use static libraries on emscripten/WASM
Steve Lhomme (@robUx4)
gitlab at videolan.org
Thu Nov 7 18:46:46 UTC 2024
Steve Lhomme pushed to branch master at VideoLAN / VLC
Commits:
db84152a by Steve Lhomme at 2024-11-07T17:50:26+00:00
configure: use static libraries on emscripten/WASM
We only use libraries from contribs and they should all be static libraries.
- - - - -
1 changed file:
- configure.ac
Changes:
=====================================
configure.ac
=====================================
@@ -1064,7 +1064,7 @@ PKG_PROG_PKG_CONFIG()
dnl On some OS we need static linking
AS_IF([test -n "${PKG_CONFIG}" ],[
- AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "darwin" -o "${SYS}" = "os2" ],[
+ AS_IF([test "${SYS}" = "mingw32" -o "${SYS}" = "darwin" -o "${SYS}" = "os2" -o "${SYS}" = "emscripten" ],[
PKG_CONFIG="${PKG_CONFIG} --static"
])
])
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/db84152afd27430362d539e54f1650e7c57eb4cc
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/db84152afd27430362d539e54f1650e7c57eb4cc
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