Merge branch 'main' into metal

This commit is contained in:
SamoZ256 2025-05-19 16:24:19 +02:00 committed by GitHub
commit c01e6bf3b8
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
139 changed files with 20426 additions and 15557 deletions

View file

@ -238,6 +238,10 @@ endif()
add_subdirectory("dependencies/ih264d" EXCLUDE_FROM_ALL)
if(CMAKE_SYSTEM_PROCESSOR MATCHES "(aarch64)|(AARCH64)")
add_subdirectory("dependencies/xbyak_aarch64" EXCLUDE_FROM_ALL)
endif()
find_package(ZArchive)
if (NOT ZArchive_FOUND)
add_subdirectory("dependencies/ZArchive" EXCLUDE_FROM_ALL)