From 5a7c5722924e73d3bbd1f33cc6ffbc9ab6330d18 Mon Sep 17 00:00:00 2001 From: Collecting Date: Wed, 29 Oct 2025 11:41:33 +0000 Subject: [PATCH] revert ff51046d167a25bf4f41307e410cf6af56a0f473 revert fix: FFmpeg Testing for CI due to Android & Windows failing, similar issue. Signed-off-by: Collecting --- src/citron/CMakeLists.txt | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/src/citron/CMakeLists.txt b/src/citron/CMakeLists.txt index f4d9fd3cb..efa38e944 100644 --- a/src/citron/CMakeLists.txt +++ b/src/citron/CMakeLists.txt @@ -526,11 +526,9 @@ endif() if (MSVC) include(CopyCitronSDLDeps) + include(CopyCitronFFmpegDeps) copy_citron_SDL_deps(citron) - if(CITRON_USE_BUNDLED_FFMPEG) - include(CopyCitronFFmpegDeps) - copy_citron_FFmpeg_deps(citron) - endif() + copy_citron_FFmpeg_deps(citron) endif() if (NOT APPLE AND ENABLE_OPENGL)