mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-09-02 11:53:40 +00:00
ci: vita's lame does not declare mpg123 dependency, so disable testffmpeg
[sdl-ci-filter *vita*]
This commit is contained in:
1
.github/workflows/create-test-plan.py
vendored
1
.github/workflows/create-test-plan.py
vendored
@@ -724,6 +724,7 @@ def spec_to_job(spec: JobSpec, key: str, trackmem_symbol_names: bool, ctest_args
|
||||
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",
|
||||
))
|
||||
|
||||
Reference in New Issue
Block a user