Skip to content

Commit

Permalink
ffmpeg-full: fix on darwin
Browse files Browse the repository at this point in the history
  • Loading branch information
acowley authored and domenkozar committed Oct 31, 2017
1 parent 2fa483e commit 0744e0d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pkgs/development/libraries/ffmpeg-full/default.nix
Expand Up @@ -411,7 +411,8 @@ stdenv.mkDerivation rec {
++ optionals isLinux [ alsaLib libraw1394 libv4l ]
++ optionals nvenc [ nvidia-video-sdk ]
++ optionals stdenv.isDarwin [ Cocoa CoreServices CoreAudio AVFoundation
MediaToolbox VideoDecodeAcceleration ];
MediaToolbox VideoDecodeAcceleration
libiconv ];

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

0 comments on commit 0744e0d

Please sign in to comment.