ffmpeg: fix 3.4 on darwin

This commit is contained in:
Matthew Bauer 2018-05-31 11:11:27 -04:00
parent e557a432e0
commit 03b3148beb

View file

@ -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;