avplayer WIP

This commit is contained in:
Vladislav Mikhalin
2024-07-26 18:34:36 +03:00
parent e96e66eedd
commit b5c69189e5
24 changed files with 2721 additions and 137 deletions

View File

@@ -47,6 +47,11 @@ else()
endif()
endif()
if (NOT TARGET ffmpeg)
set(ARCHITECTURE "x86_64")
add_subdirectory(ffmpeg-core)
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