[ci,primitives] enable NEON on iOS builds

* Enable WITH_NEON=ON for iOS builds
* Fix a undeclared variable issue with NEON builds
This commit is contained in:
akallabeth
2024-03-08 13:48:26 +01:00
committed by akallabeth
parent e53dc3dabb
commit 37792c0a37
2 changed files with 13 additions and 6 deletions

View File

@@ -11,4 +11,5 @@ set (WITH_KRB5 OFF CACHE BOOL "Kerberos support")
set (WITH_CLIENT_SDL OFF CACHE BOOL "SDL client")
set (WITH_FFMPEG OFF CACHE BOOL "SDL client")
set (WITH_SWSCALE OFF CACHE BOOL "SDL client")
set (WITH_NEON ON CACHE BOOL "SDL client")
set (BUILD_SHARED_LIBS OFF CACHE BOOL "SDL client")