mirror of
https://github.com/RPCS3/rpcs3.git
synced 2025-04-28 13:28:01 +03:00
Update ffmpeg
This commit is contained in:
parent
70e127b219
commit
bb2d7063c4
8 changed files with 64 additions and 48 deletions
|
@ -26,6 +26,7 @@ option(USE_VULKAN "Vulkan render backend" ON)
|
|||
option(USE_PRECOMPILED_HEADERS "Use precompiled headers" OFF)
|
||||
option(USE_SDL "Enables SDL input handler" OFF)
|
||||
option(USE_SYSTEM_SDL "Prefer system SDL instead of the builtin one" OFF)
|
||||
option(USE_SYSTEM_FFMPEG "Prefer system ffmpeg instead of the prebuild one" OFF)
|
||||
|
||||
set(CMAKE_MODULE_PATH "${CMAKE_CURRENT_SOURCE_DIR}/buildfiles/cmake")
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue