From 54f56fc984e8451832cf02e03e4df719d7e63d95 Mon Sep 17 00:00:00 2001 From: Andy Vandijck Date: Fri, 4 Jul 2025 15:31:32 +0200 Subject: [PATCH] Fix libx265 build for macOS --- tools/builder/core.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/tools/builder/core.sh b/tools/builder/core.sh index a57cd4ba..68287a20 100644 --- a/tools/builder/core.sh +++ b/tools/builder/core.sh @@ -230,6 +230,7 @@ export CMAKE_ARGS="$CMAKE_BASE_ARGS $CMAKE_ARGS $CMAKE_INSTALL_ARGS" export MESON_ARGS="$meSON_BASE_ARGS --buildtype release --default-library=static -Ddefault_both_libraries=static $MESON_INSTALL_ARGS" DIST_PATCHES=$DIST_PATCHES' + libx265 https://gist.githubusercontent.com/andyvand/9f9770878c63b6307f0b5384b01967da/raw/738672b9dd3a76c44b2368853f9c862366720416/libx265_cmake_fix.diff unzip https://gist.githubusercontent.com/andyvand/23b485fa21139ba3aa08816425f03294/raw/9febcf8725e42ecdb5ff914ac3b1e0899623e620/unzip_buildfix.diff python3 https://gist.githubusercontent.com/andyvand/d275de733d362bf20a9c0b05f87ff4fc/raw/8d6e1c09fa52611ccf0b959284a6f68596769ba1/python3_configure.diff fontconfig https://gist.githubusercontent.com/andyvand/7ee00be1f5561a1550c6fa97277f7472/raw/9194e9b8e641c8a098f06d13bbfb4ac82b381860/fontconfig_atomic.diff