ffmpeg-full: fix darwin build (#57342)
This commit is contained in:
parent
30103df024
commit
92917bfb99
@ -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'';
|
||||
|
Loading…
Reference in New Issue
Block a user