Credit libaom/libvpx teams and Andrew patch update
[goodguy/cinelerra.git] / cinelerra-5.1 / thirdparty / src / libaom-v3.4.0.patch0
1 --- libaom-v3.4.0/CMakeLists.txt.orig   2022-07-23 22:33:18.090606192 +0300
2 +++ libaom-v3.4.0/CMakeLists.txt        2022-07-23 22:41:42.114605831 +0300
3 @@ -11,7 +11,7 @@
4  if(CONFIG_TFLITE)
5    cmake_minimum_required(VERSION 3.11)
6  else()
7 -  cmake_minimum_required(VERSION 3.7)
8 +  cmake_minimum_required(VERSION 3.5)
9  endif()
10  
11  set(AOM_ROOT "${CMAKE_CURRENT_SOURCE_DIR}")