libde265 test

This commit is contained in:
crazywhalecc
2026-07-07 14:50:32 +08:00
parent 392733b7c3
commit c6a227f4de

View File

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