mirror of
https://github.com/NixOS/nixpkgs.git
synced 2026-07-06 17:13:24 -05:00
ffmpeg-headless: disable cuda-llvm support on Darwin (#531960)
This commit is contained in:
commit
1868de1480
1 changed files with 1 additions and 1 deletions
|
|
@ -59,7 +59,7 @@
|
|||
withChromaprint ? withFullDeps, # Audio fingerprinting
|
||||
withCodec2 ? withFullDeps, # codec2 en/decoding
|
||||
withCuda ? withFullDeps && withNvcodec,
|
||||
withCudaLLVM ? withHeadlessDeps,
|
||||
withCudaLLVM ? withHeadlessDeps && !stdenv.hostPlatform.isDarwin, # Cuda isn’t supported on Darwin
|
||||
withCudaNVCC ? withFullDeps && withUnfree && config.cudaSupport,
|
||||
withCuvid ? withHeadlessDeps && withNvcodec,
|
||||
withDav1d ? withHeadlessDeps, # AV1 decoder (focused on speed and correctness)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue