Skip to content

Commit

Permalink
ffmpeg-full: fix darwin build (#57342)
Browse files Browse the repository at this point in the history
  • Loading branch information
marsam authored and xeji committed Mar 12, 2019
1 parent 30103df commit 92917bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkgs/development/libraries/ffmpeg-full/default.nix
Expand Up @@ -419,7 +419,7 @@ stdenv.mkDerivation rec {
++ optionals nvenc [ nvidia-video-sdk nv-codec-headers ]
++ optionals stdenv.isDarwin [ Cocoa CoreServices CoreAudio AVFoundation
MediaToolbox VideoDecodeAcceleration
libiconv ];
libiconv cf-private /* For _OBJC_EHTYPE_$_NSException */ ];

# Build qt-faststart executable
buildPhase = optional qtFaststartProgram ''make tools/qt-faststart'';
Expand Down

0 comments on commit 92917bf

Please sign in to comment.