[ci,pull] deactivate FFMPEG for pull request builder

This commit is contained in:
Armin Novak 2023-12-21 16:57:15 +01:00 committed by akallabeth
parent 3e53b3ecce
commit 11875ea72d
1 changed files with 2 additions and 0 deletions

View File

@ -12,3 +12,5 @@ set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer")
set (WITH_FREERDP_DEPRECATED_COMMANDLINE ON CACHE BOOL "Enable deprecated command line options")
set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
set (WITH_WEBVIEW OFF CACHE BOOL "ci default")
set (WITH_FFMPEG OFF CACHE BOOL "ci default")
set (WITH_SWSCALE OFF CACHE BOOL "ci default")