This commit is contained in:
henderkes
2026-03-18 23:26:57 +07:00
parent f2fa29809a
commit 823fe96942

View File

@@ -11,8 +11,10 @@ trait libde265
protected function build(): void
{
UnixCMakeExecutor::create($this)
->appendEnv(['LDFLAGS' => '-lpthread'])
->addConfigureArgs('-DENABLE_SDL=OFF')
->addConfigureArgs(
'-DENABLE_SDL=OFF',
'-DENABLE_DECODER=OFF'
)
->build();
$this->patchPkgconfPrefix(['libde265.pc']);
}