revert 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:41:33 +00:00
parent ff51046d16
commit 5a7c572292

View File

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