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 nvenc [ nvidia-video-sdk nv-codec-headers ]
|
||||||
++ optionals stdenv.isDarwin [ Cocoa CoreServices CoreAudio AVFoundation
|
++ optionals stdenv.isDarwin [ Cocoa CoreServices CoreAudio AVFoundation
|
||||||
MediaToolbox VideoDecodeAcceleration
|
MediaToolbox VideoDecodeAcceleration
|
||||||
libiconv ];
|
libiconv cf-private /* For _OBJC_EHTYPE_$_NSException */ ];
|
||||||
|
|
||||||
# Build qt-faststart executable
|
# Build qt-faststart executable
|
||||||
buildPhase = optional qtFaststartProgram ''make tools/qt-faststart'';
|
buildPhase = optional qtFaststartProgram ''make tools/qt-faststart'';
|
||||||
|
Loading…
x
Reference in New Issue
Block a user