Skip to content

Commit

Permalink
Fix aom optimization
Browse files Browse the repository at this point in the history
  • Loading branch information
crazywhalecc committed Dec 18, 2024
1 parent 0aa28f1 commit 641630c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/SPC/builder/unix/library/libaom.php
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@ protected function build(): void
"-DCMAKE_TOOLCHAIN_FILE={$this->builder->cmake_toolchain_file} " .
'-DCMAKE_BUILD_TYPE=Release ' .
'-DBUILD_SHARED_LIBS=OFF ' .
'-DAOM_TARGET_CPU=generic' .
'..'
)
->exec("cmake --build . -j {$this->builder->concurrency}")
Expand Down

0 comments on commit 641630c

Please sign in to comment.