Skip to content

Commit 823fe96

Browse files
committed
attempt
1 parent f2fa298 commit 823fe96

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

src/SPC/builder/unix/library/libde265.php

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,10 @@ trait libde265
1111
protected function build(): void
1212
{
1313
UnixCMakeExecutor::create($this)
14-
->appendEnv(['LDFLAGS' => '-lpthread'])
15-
->addConfigureArgs('-DENABLE_SDL=OFF')
14+
->addConfigureArgs(
15+
'-DENABLE_SDL=OFF',
16+
'-DENABLE_DECODER=OFF'
17+
)
1618
->build();
1719
$this->patchPkgconfPrefix(['libde265.pc']);
1820
}

0 commit comments

Comments
 (0)