ci: vita's lame does not declare mpg123 dependency, so disable testffmpeg

[sdl-ci-filter *vita*]

(cherry picked from commit 80ad29564c)
This commit is contained in:
Anonymous Maarten
2026-08-21 02:42:56 +02:00
parent 6e0fb33e00
commit b0bd971b52
2 changed files with 2 additions and 1 deletions

View File

@@ -664,6 +664,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool) -> JobDeta
job.cmake_arguments.extend((
f"-DVIDEO_VITA_PIB={ 'true' if spec.vita_gles == VitaGLES.Pib else 'false' }",
f"-DVIDEO_VITA_PVR={ 'true' if spec.vita_gles == VitaGLES.Pvr else 'false' }",
"-DCMAKE_DISABLE_FIND_PACKAGE_FFmpeg=TRUE", # https://sourceforge.net/p/lame/bugs/526/
"-DSDL_ARMNEON=ON",
"-DSDL_ARMSIMD=ON",
))