Projects
home:Fisiu:Slowroll
x265
x265.patch
Sign Up
Log In
Username
Password
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File x265.patch of Package x265
--- source/CMakeLists.txt | 5 +---- source/dynamicHDR10/json11/json11.cpp | 1 + 2 files changed, 2 insertions(+), 4 deletions(-) --- a/source/CMakeLists.txt +++ b/source/CMakeLists.txt @@ -6,14 +6,11 @@ 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 + cmake_policy(SET CMP0054 NEW) # Only interpret if() arguments as variables or keywords when unquoted endif() project (x265) --- a/source/dynamicHDR10/json11/json11.cpp +++ b/source/dynamicHDR10/json11/json11.cpp @@ -24,6 +24,7 @@ #include <cmath> #include <cstdlib> #include <cstdio> +#include <cstdint> #include <limits> #if _MSC_VER
Locations
Projects
Search
Status Monitor
Help
Open Build Service
OBS Manuals
API Documentation
OBS Portal
Reporting a Bug
Contact
Mailing List
Forums
Chat (IRC)
Twitter
Open Build Service (OBS)
is an
openSUSE project
.