ffmpeg: fix build on darwin when rubberband is enabled
This commit is contained in:
parent
64dfaf32be
commit
9f821fa056
pkgs/development/libraries/ffmpeg
@ -6,6 +6,7 @@ let
|
||||
callPackage ./generic.nix (
|
||||
{
|
||||
inherit (darwin.apple_sdk.frameworks)
|
||||
Accelerate
|
||||
AppKit
|
||||
AudioToolbox
|
||||
AVFoundation
|
||||
|
@ -328,6 +328,7 @@
|
||||
/*
|
||||
* Darwin frameworks
|
||||
*/
|
||||
, Accelerate
|
||||
, AppKit
|
||||
, AudioToolbox
|
||||
, AVFoundation
|
||||
@ -778,7 +779,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
++ optionals withQuirc [ quirc ]
|
||||
++ optionals withRav1e [ rav1e ]
|
||||
++ optionals withRtmp [ rtmpdump ]
|
||||
++ optionals withRubberband [ rubberband ]
|
||||
++ optionals withRubberband ([ rubberband ] ++ lib.optional stdenv.hostPlatform.isDarwin Accelerate)
|
||||
++ optionals withSamba [ samba ]
|
||||
++ optionals withSdl2 [ SDL2 ]
|
||||
++ optionals withShaderc [ shaderc ]
|
||||
|
Loading…
Reference in New Issue
Block a user