fix: FFmpeg

Testing for CI due to Android & Windows failing, similar issue.

Signed-off-by: Collecting <collecting@noreply.localhost>
This commit is contained in:
Collecting
2025-10-29 11:16:33 +00:00
parent 92fdc23da7
commit ff51046d16

View File

@@ -526,9 +526,11 @@ endif()
if (MSVC) if (MSVC)
include(CopyCitronSDLDeps) include(CopyCitronSDLDeps)
include(CopyCitronFFmpegDeps)
copy_citron_SDL_deps(citron) copy_citron_SDL_deps(citron)
copy_citron_FFmpeg_deps(citron) if(CITRON_USE_BUNDLED_FFMPEG)
include(CopyCitronFFmpegDeps)
copy_citron_FFmpeg_deps(citron)
endif()
endif() endif()
if (NOT APPLE AND ENABLE_OPENGL) if (NOT APPLE AND ENABLE_OPENGL)