Commit Diff


commit - 637ec70b1496cd43339fca439a6eb130cf035d71
commit + 037d532bbddcc160c30bd607ae8daf56f327604f
blob - 202e5b8cb4763bfa4f4e6a3ef23270b2ba15a7a1 (mode 644)
blob + /dev/null
--- lib/x265/cmake-4.patch
+++ /dev/null
@@ -1,27 +0,0 @@
-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_policy(SET CMP0054 OLD) # Only interpret if() arguments as variables or keywords when unquoted
--endif()
-+
- 
- project (x265)
--cmake_minimum_required (VERSION 2.8.8) # OBJECT libraries require 2.8.8
-+cmake_minimum_required (VERSION 2.8.8...3.10) # OBJECT libraries require 2.8.8
- include(CheckIncludeFiles)
- include(CheckFunctionExists)
- include(CheckSymbolExists)
-
blob - f9187c8c9ac8ffd2b3916a6cc2a47e6e6f8f8ebd
b