[cmake] ffmpeg: use static on MSVC (#2946)

Signed-off-by: crueter <crueter@eden-emu.dev>
Reviewed-on: https://git.eden-emu.dev/eden-emu/eden/pulls/2946
This commit is contained in:
crueter 2025-11-04 07:05:52 +01:00
parent ac2287f261
commit 82a476d458
No known key found for this signature in database
GPG key ID: 425ACD2D4830EBC6
12 changed files with 75 additions and 75 deletions

View file

@ -437,13 +437,6 @@ if (ENABLE_SDL2)
target_compile_definitions(yuzu PRIVATE HAVE_SDL2)
endif()
if (MSVC)
include(CopyYuzuSDLDeps)
include(CopyYuzuFFmpegDeps)
copy_yuzu_SDL_deps(yuzu)
copy_yuzu_FFmpeg_deps(yuzu)
endif()
if (ARCHITECTURE_x86_64 OR ARCHITECTURE_arm64)
target_link_libraries(yuzu PRIVATE dynarmic::dynarmic)
endif()

View file

@ -55,9 +55,4 @@ if(WIN32)
endif()
endif()
if (MSVC)
include(CopyYuzuSDLDeps)
copy_yuzu_SDL_deps(yuzu-cmd)
endif()
create_target_directory_groups(yuzu-cmd)