mirror of https://github.com/PCSX2/pcsx2.git
CMake: Support linked ffmpeg on macOS
This commit is contained in:
parent
fef1706fc8
commit
7138faa5cd
|
@ -36,6 +36,9 @@ if(UNIX AND NOT APPLE)
|
||||||
option(X11_API "Enable X11 support" ON)
|
option(X11_API "Enable X11 support" ON)
|
||||||
option(WAYLAND_API "Enable Wayland support" ON)
|
option(WAYLAND_API "Enable Wayland support" ON)
|
||||||
option(DBUS_API "Enable DBus support for screensaver inhibiting" ON)
|
option(DBUS_API "Enable DBus support for screensaver inhibiting" ON)
|
||||||
|
endif()
|
||||||
|
|
||||||
|
if(UNIX)
|
||||||
option(USE_LINKED_FFMPEG "Links with ffmpeg instead of using dynamic loading" OFF)
|
option(USE_LINKED_FFMPEG "Links with ffmpeg instead of using dynamic loading" OFF)
|
||||||
endif()
|
endif()
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue