fix libde265 on ancient debian OS?

This commit is contained in:
henderkes
2026-03-18 11:57:27 +07:00
parent 281b958075
commit 60b2aea09e
2 changed files with 3 additions and 2 deletions

View File

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