[ci] enable WITH_SWSCALE for linux builds

This commit is contained in:
Armin Novak 2023-10-18 19:52:54 +02:00 committed by Martin Fleisz
parent 60dc6081de
commit 22e2d49702
1 changed files with 1 additions and 1 deletions

View File

@ -48,7 +48,7 @@ set (WITH_SAMPLE ON CACHE BOOL "samples")
set (WITH_NO_UNDEFINED ON CACHE BOOL "don't link with undefined symbols")
set (WITH_SANITIZE_ADDRESS ON CACHE BOOL "build with address sanitizer")
set (WITH_FFMPEG ON CACHE BOOL "compile ffmpeg support")
set (WITH_SWSCALE OFF CACHE BOOL "compile ffmpeg support")
set (WITH_SWSCALE ON CACHE BOOL "compile ffmpeg support")
set (WITH_DSP_FFMPEG ON CACHE BOOL "compile ffmpeg support")
set (WITH_PROXY ON CACHE BOOL "compile proxy")
set (WITH_PROXY_MODULES ON CACHE BOOL "compile proxy modules")