Merge branch 'main' into feat/pgo

This commit is contained in:
Marc
2026-04-30 19:36:02 +07:00
committed by GitHub
10 changed files with 169 additions and 31 deletions

View File

@@ -13,7 +13,8 @@ trait libde265
UnixCMakeExecutor::create($this)
->addConfigureArgs(
'-DENABLE_SDL=OFF',
'-DENABLE_DECODER=OFF'
'-DENABLE_DECODER=OFF',
'-DHAVE_NEON=OFF',
)
->build();
$this->patchPkgconfPrefix(['libde265.pc']);