From: Ukn Unknown <4031821+uknunknown@users.noreply.github.com> Date: Mon, 26 Jan 2026 03:34:51 +0000 (-0800) Subject: update source URL for x265 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9968e6f3008dc7b9f6ba44d61eb41e54e429a455;p=thirdparty%2Ftvheadend.git update source URL for x265 fixes https://github.com/tvheadend/tvheadend/issues/2057 --- diff --git a/Makefile.ffmpeg b/Makefile.ffmpeg index 5185252a5..7b6353df4 100644 --- a/Makefile.ffmpeg +++ b/Makefile.ffmpeg @@ -60,7 +60,7 @@ LIBX264_SHA1 = 39132c219a6bae73b322fdfbb3012c6988f3a456 LIBX265_VER = 4.1 LIBX265 = x265_$(LIBX265_VER) LIBX265_TB = $(LIBX265).tar.gz -LIBX265_URL = https://bitbucket.org/multicoreware/x265_git/downloads/$(LIBX265_TB) +LIBX265_URL = https://ftp.videolan.org/pub/videolan/x265/$(LIBX265_TB) LIBX265_SHA1 = 11880a3aa9e4ee618f539a2d6a8ece0ea442f505 LIBX265_DIFFS = libx265.pic.diff LIBX265_DIFFS += libx265-silence.patch