mirror of
https://github.com/NixOS/nixpkgs.git
synced 2025-06-15 14:09:17 +03:00
ffmpeg-headless: fix loongarch64-linux build
This commit is contained in:
parent
0571e373ab
commit
94e294941b
1 changed files with 6 additions and 1 deletions
|
@ -72,7 +72,12 @@
|
||||||
withNvcodec ?
|
withNvcodec ?
|
||||||
withHeadlessDeps
|
withHeadlessDeps
|
||||||
&& (
|
&& (
|
||||||
with stdenv; !isDarwin && !isAarch32 && !hostPlatform.isRiscV && hostPlatform == buildPlatform
|
with stdenv;
|
||||||
|
!isDarwin
|
||||||
|
&& !isAarch32
|
||||||
|
&& !hostPlatform.isLoongArch64
|
||||||
|
&& !hostPlatform.isRiscV
|
||||||
|
&& hostPlatform == buildPlatform
|
||||||
), # dynamically linked Nvidia code
|
), # dynamically linked Nvidia code
|
||||||
withFlite ? withFullDeps, # Voice Synthesis
|
withFlite ? withFullDeps, # Voice Synthesis
|
||||||
withFontconfig ? withHeadlessDeps, # Needed for drawtext filter
|
withFontconfig ? withHeadlessDeps, # Needed for drawtext filter
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue