[vlc-commits] [Git][videolan/vlc][master] contrib: wixlzx: replace the URL of the wix build with LZX support

Steve Lhomme (@robUx4) gitlab at videolan.org
Mon Apr 8 07:36:59 UTC 2024



Steve Lhomme pushed to branch master at VideoLAN / VLC


Commits:
3d8ac6fe by Steve Lhomme at 2024-04-08T05:53:26+00:00
contrib: wixlzx: replace the URL of the wix build with LZX support

They removed it from their site a while ago. No need to try to download it anymore.

- - - - -


1 changed file:

- contrib/src/wixlzx/rules.mak


Changes:

=====================================
contrib/src/wixlzx/rules.mak
=====================================
@@ -23,7 +23,8 @@ WIX_LZX_FULL_VERSION=3.5.2519.0
 # WIX_LZX_VERSION=314
 # WIX_LZX_FULL_VERSION=3.14.0.6526
 # 9ff09b4e6c612ca742c763740fb89d99211bf1d0eace84e3693cb503deb6a85bd28c3754c34772a3220bb0c1e92a3013e7d99bcf106ff1b835c0fdc6aba8bbc6  wix3.14.0.6526.zip
-WIX_LZX_URL := https://wixtoolset.org/downloads/v$(WIX_LZX_FULL_VERSION)/wix$(WIX_LZX_VERSION)-binaries.zip
+# WIX_LZX_URL := https://wixtoolset.org/downloads/v$(WIX_LZX_FULL_VERSION)/wix$(WIX_LZX_VERSION)-binaries.zip
+WIX_LZX_URL := $(CONTRIB_VIDEOLAN)/wixlzx/wix3.5.2519.0.zip
 
 ifdef HAVE_WIN32
 # this requires dotnet 4.0 to be installed when running wix



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

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