ffmpeg: fix 3.4 on darwin
This commit is contained in:
parent
e557a432e0
commit
03b3148beb
1 changed files with 1 additions and 0 deletions
|
@ -8920,6 +8920,7 @@ with pkgs;
|
|||
};
|
||||
ffmpeg_3_4 = callPackage ../development/libraries/ffmpeg/3.4.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreMedia;
|
||||
stdenv = gccStdenv;
|
||||
};
|
||||
ffmpeg_4 = callPackage ../development/libraries/ffmpeg/4.nix {
|
||||
inherit (darwin.apple_sdk.frameworks) Cocoa CoreMedia;
|
||||
|
|
Loading…
Reference in a new issue