backport fixes from v2

This commit is contained in:
henderkes
2026-05-23 16:02:08 +07:00
parent 713f8255af
commit e7fb1e203f
5 changed files with 25 additions and 1 deletions

View File

@@ -53,6 +53,10 @@ class libaom extends LibraryPackage
->addConfigureArgs(
"-DAOM_TARGET_CPU={$targetCpu}",
'-DCONFIG_RUNTIME_CPU_DETECT=1',
'-DENABLE_EXAMPLES=OFF',
'-DENABLE_TESTS=OFF',
'-DENABLE_TOOLS=OFF',
'-DENABLE_DOCS=OFF',
)
->build();
f_putenv("SPC_COMPILER_EXTRA={$extra}");