enable bundled FFMPEG by default

This commit is contained in:
Daryl Ronningen 2024-03-07 17:50:29 -08:00
parent 057825725b
commit 602e88070f
No known key found for this signature in database
GPG Key ID: FD23F0C934A5EC6B
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ CMAKE_DEPENDENT_OPTION(YUZU_USE_BUNDLED_QT "Download bundled Qt binaries" "${MSV
option(ENABLE_WEB_SERVICE "Enable web services (telemetry, etc.)" ON)
option(YUZU_USE_BUNDLED_FFMPEG "Download/Build bundled FFmpeg" "${WIN32}")
option(YUZU_USE_BUNDLED_FFMPEG "Download/Build bundled FFmpeg" ON)
option(YUZU_USE_EXTERNAL_VULKAN_HEADERS "Use Vulkan-Headers from externals" ON)