void Auto::copy_from(Auto *that)
{
- this->orig_id = that->orig_id;
+ this->orig_id = orig_id;
this->position = that->position;
}
---- libsvtav1-v2.2.1/CMakeLists.txt
-+++ libsvtav1-v2.2.1/CMakeLists.txt
-@@ -9,7 +9,7 @@
- # PATENTS file, you can obtain it at https://www.aomedia.org/license/patent-license.
- #
+--- ./third_party/cpuinfo/CMakeLists.txx 2024-10-29 15:44:08.000000000 +0000
++++ /third_party/cpuinfo/CMakeLists.txt 2025-04-07 03:03:34.631263064 +0000
+@@ -1,4 +1,4 @@
+-CMAKE_MINIMUM_REQUIRED(VERSION 2.8.12 FATAL_ERROR)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5.1 FATAL_ERROR)
--cmake_minimum_required(VERSION 3.16)
-+cmake_minimum_required(VERSION 3.12)
-
- if("${CMAKE_CURRENT_SOURCE_DIR}" STREQUAL "${CMAKE_CURRENT_BINARY_DIR}")
- message(WARNING "Building in-source is highly not recommended\n"
+ if(POLICY CMP0063)
+ cmake_policy(SET CMP0063 NEW)
--- /dev/null
+--- ./third_party/cpuinfo/deps/clog/CmakeLists.txx 2024-10-29 15:44:08.000000000 +0000
++++ ./third_party/cpuinfo/deps/clog/CMakeLists.txt 2025-04-07 03:08:49.606466389 +0000
+@@ -1,4 +1,4 @@
+-CMAKE_MINIMUM_REQUIRED(VERSION 3.1 FATAL_ERROR)
++CMAKE_MINIMUM_REQUIRED(VERSION 3.5 FATAL_ERROR)
+
+ INCLUDE(GNUInstallDirs)
+
--- /dev/null
+--- ./source/CMakeLists.txt 2024-09-13 13:02:55.000000000 +0000
++++ ./source/CMakeLists.txx.new 2025-04-07 02:22:44.552824274 +0000
+@@ -7,17 +7,17 @@
+ endif()
+ message(STATUS "cmake version ${CMAKE_VERSION}")
+ if(POLICY CMP0025)
+- cmake_policy(SET CMP0025 OLD) # report Apple's Clang as just Clang
++ cmake_policy(SET CMP0025 NEW) # 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)
+-cmake_minimum_required (VERSION 2.8.8) # OBJECT libraries require 2.8.8
++cmake_minimum_required (VERSION 3.5.1) # OBJECT libraries require 2.8.8
+ include(CheckIncludeFiles)
+ include(CheckFunctionExists)
+ include(CheckSymbolExists)