[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

@ -7,7 +7,9 @@
"version": "3.6.0",
"min_version": "1.1.1",
"disabled_platforms": [
"macos-universal"
"macos-universal",
"mingw-amd64",
"mingw-arm64"
]
},
"boost": {