ffmpeg_4: fix build error on darwin
See https://trac.ffmpeg.org/ticket/9242
This commit is contained in:
@@ -9,4 +9,7 @@ callPackage ./generic.nix (rec {
|
||||
branch = "4.4";
|
||||
sha256 = "03kxc29y8190k4y8s8qdpsghlbpmchv1m8iqygq2qn0vfm4ka2a2";
|
||||
darwinFrameworks = [ Cocoa CoreMedia VideoToolbox ];
|
||||
|
||||
/* Work around https://trac.ffmpeg.org/ticket/9242 */
|
||||
patches = [ ./v2-0001-avcodec-videotoolboxenc-define-TARGET_CPU_ARM64-t.patch ];
|
||||
} // args)
|
||||
|
||||
Reference in New Issue
Block a user