CMake: Support linked ffmpeg on macOS

This commit is contained in:
TellowKrinkle 2023-06-27 00:18:56 -05:00 committed by TellowKrinkle
parent fef1706fc8
commit 7138faa5cd
1 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,9 @@ if(UNIX AND NOT APPLE)
option(X11_API "Enable X11 support" ON)
option(WAYLAND_API "Enable Wayland support" 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)
endif()