v3 weekly build fix (#1203)

This commit is contained in:
Marc
2026-07-08 11:40:37 +07:00
committed by GitHub
5 changed files with 96 additions and 20 deletions

View File

@@ -20,6 +20,7 @@ class libde265 extends LibraryPackage
->addConfigureArgs(
'-DENABLE_SDL=OFF',
'-DENABLE_DECODER=OFF',
'-DENABLE_SIMD=OFF',
'-DHAVE_NEON=OFF',
)
->build();