mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-08 17:35:36 +08:00
attempt
This commit is contained in:
@@ -11,8 +11,10 @@ trait libde265
|
|||||||
protected function build(): void
|
protected function build(): void
|
||||||
{
|
{
|
||||||
UnixCMakeExecutor::create($this)
|
UnixCMakeExecutor::create($this)
|
||||||
->appendEnv(['LDFLAGS' => '-lpthread'])
|
->addConfigureArgs(
|
||||||
->addConfigureArgs('-DENABLE_SDL=OFF')
|
'-DENABLE_SDL=OFF',
|
||||||
|
'-DENABLE_DECODER=OFF'
|
||||||
|
)
|
||||||
->build();
|
->build();
|
||||||
$this->patchPkgconfPrefix(['libde265.pc']);
|
$this->patchPkgconfPrefix(['libde265.pc']);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user