We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2fa298 commit 823fe96Copy full SHA for 823fe96
src/SPC/builder/unix/library/libde265.php
@@ -11,8 +11,10 @@ trait libde265
11
protected function build(): void
12
{
13
UnixCMakeExecutor::create($this)
14
- ->appendEnv(['LDFLAGS' => '-lpthread'])
15
- ->addConfigureArgs('-DENABLE_SDL=OFF')
+ ->addConfigureArgs(
+ '-DENABLE_SDL=OFF',
16
+ '-DENABLE_DECODER=OFF'
17
+ )
18
->build();
19
$this->patchPkgconfPrefix(['libde265.pc']);
20
}
0 commit comments