This commit is contained in:
Antonio
2024-08-17 14:49:02 -04:00
70 changed files with 3625 additions and 704 deletions

View File

@@ -47,6 +47,12 @@ else()
endif()
endif()
if (NOT TARGET FFmpeg::ffmpeg)
set(ARCHITECTURE "x86_64")
add_subdirectory(ffmpeg-core)
add_library(FFmpeg::ffmpeg ALIAS ffmpeg)
endif()
# Zlib-Ng
if (NOT TARGET zlib-ng::zlib)
set(ZLIB_ENABLE_TESTS OFF)

1
externals/ffmpeg-core vendored Submodule

Submodule externals/ffmpeg-core added at e30b7d7fe2