ffmpeg-headless: disable cuda-llvm support on Darwin (#531960)

This commit is contained in:
Emily 2026-07-02 14:20:47 +00:00 committed by GitHub
commit 1868de1480
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -59,7 +59,7 @@
withChromaprint ? withFullDeps, # Audio fingerprinting
withCodec2 ? withFullDeps, # codec2 en/decoding
withCuda ? withFullDeps && withNvcodec,
withCudaLLVM ? withHeadlessDeps,
withCudaLLVM ? withHeadlessDeps && !stdenv.hostPlatform.isDarwin, # Cuda isnt supported on Darwin
withCudaNVCC ? withFullDeps && withUnfree && config.cudaSupport,
withCuvid ? withHeadlessDeps && withNvcodec,
withDav1d ? withHeadlessDeps, # AV1 decoder (focused on speed and correctness)