MediaCapture: Add FFmpeg backend

This commit is contained in:
Stenzek
2024-08-12 13:26:43 +10:00
parent d5b6d35d3e
commit da4b5df656
8 changed files with 1381 additions and 9 deletions

View File

@@ -184,6 +184,8 @@ if(NOT ANDROID)
freesurround
SDL2::SDL2
)
# FFmpeg loaded dynamically on demand.
target_include_directories(util PUBLIC ${FFMPEG_INCLUDE_DIRS})
endif()
if(WIN32)