[vlc-commits] [Git][videolan/vlc][master] contrib: x265: switch to VideoLAN hosted download

Marvin Scholz (@ePirat) gitlab at videolan.org
Sun Mar 22 16:51:23 UTC 2026



Marvin Scholz pushed to branch master at VideoLAN / VLC


Commits:
ae2cfc56 by Marvin Scholz at 2026-03-22T16:02:57+00:00
contrib: x265: switch to VideoLAN hosted download

The Bitbucket link redirects to AWS which, when downloading with cURL,
gives a HTTP/1.1 400 Bad Request for some reason.

- - - - -


1 changed file:

- contrib/src/x265/rules.mak


Changes:

=====================================
contrib/src/x265/rules.mak
=====================================
@@ -2,7 +2,7 @@
 
 #X265_GITURL := https://github.com/videolan/x265
 X265_VERSION := 4.1
-X265_SNAPURL := https://bitbucket.org/multicoreware/x265_git/downloads/x265_$(X265_VERSION).tar.gz
+X265_SNAPURL := $(VIDEOLAN)/x265/x265_$(X265_VERSION).tar.gz
 
 ifdef BUILD_ENCODERS
 ifdef GPL



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

-- 
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/ae2cfc56950d7f0399981c17a2e40971b44dfee5
You're receiving this email because of your account on code.videolan.org.




More information about the vlc-commits mailing list