From 0fc3f8146c3949a14524b80a1750b6088fb3859a Mon Sep 17 00:00:00 2001 From: Alexander Piskun <13381981+bigcat88@users.noreply.github.com> Date: Sun, 29 Dec 2024 13:48:42 +0300 Subject: [PATCH] updated x265 library to the latest version(linux) (#321) Signed-off-by: Alexander Piskun --- libheif/linux_build_libs.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/libheif/linux_build_libs.py b/libheif/linux_build_libs.py index 617a3b11..bf9776be 100644 --- a/libheif/linux_build_libs.py +++ b/libheif/linux_build_libs.py @@ -11,7 +11,7 @@ INSTALL_DIR_LIBS = environ.get("INSTALL_DIR_LIBS", "/usr") PH_LIGHT_VERSION = sys.maxsize <= 2**32 or getenv("PH_LIGHT_ACTION", "0") != "0" -LIBX265_URL = "https://bitbucket.org/multicoreware/x265_git/get/0b75c44c10e605fe9e9ebed58f04a46271131827.tar.gz" +LIBX265_URL = "https://bitbucket.org/multicoreware/x265_git/downloads/x265_4.1.tar.gz" LIBAOM_URL = "https://aomedia.googlesource.com/aom/+archive/v3.6.1.tar.gz" LIBDE265_URL = "https://github.com/strukturag/libde265/releases/download/v1.0.15/libde265-1.0.15.tar.gz" LIBHEIF_URL = "https://github.com/strukturag/libheif/releases/download/v1.19.5/libheif-1.19.5.tar.gz"