commit - 637ec70b1496cd43339fca439a6eb130cf035d71
commit + 037d532bbddcc160c30bd607ae8daf56f327604f
blob - 202e5b8cb4763bfa4f4e6a3ef23270b2ba15a7a1 (mode 644)
blob + /dev/null
--- lib/x265/cmake-4.patch
+++ /dev/null
-diff --git a/source/CMakeLists.txt b/source/CMakeLists.txt
-index 37b83f9..a81f8e8 100755
---- a/source/CMakeLists.txt
-+++ b/source/CMakeLists.txt
-@@ -6,18 +6,14 @@ if(NOT CMAKE_BUILD_TYPE)
- FORCE)
- endif()
- message(STATUS "cmake version ${CMAKE_VERSION}")
--if(POLICY CMP0025)
-- cmake_policy(SET CMP0025 OLD) # report Apple's Clang as just Clang
--endif()
-+
- if(POLICY CMP0042)
- cmake_policy(SET CMP0042 NEW) # MACOSX_RPATH
- endif()
--if(POLICY CMP0054)
-- cmake_