[vlc-commits] [Git][videolan/vlc][3.0.x] package/win32: don't force build meson anymore
Steve Lhomme (@robUx4)
gitlab at videolan.org
Mon Jul 20 11:18:53 UTC 2026
Steve Lhomme pushed to branch 3.0.x at VideoLAN / VLC
Commits:
99b089d6 by Steve Lhomme at 2026-07-20T11:05:26+00:00
package/win32: don't force build meson anymore
Now that we require meson 0.60.0 it's either built or libplacebo and harfbuzz build
properly.
- - - - -
1 changed file:
- extras/package/win32/build.sh
Changes:
=====================================
extras/package/win32/build.sh
=====================================
@@ -156,8 +156,6 @@ cd extras/tools
export VLC_TOOLS="$PWD/build"
export PATH="$PWD/build/bin":"$PATH"
-# Force patched meson as newer versions don't add -lpthread properly in libplacebo.pc
-FORCED_TOOLS="meson"
# Force libtool build when compiling with clang
if [ "$COMPILING_WITH_CLANG" -gt 0 ] && [ ! -d "libtool" ]; then
FORCED_TOOLS="$FORCED_TOOLS libtool"
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/99b089d6476e03ba98142ba48c181c4b0b60919a
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/99b089d6476e03ba98142ba48c181c4b0b60919a
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