gst_all_1.gst-plugins-bad: fix aarch64-darwin build
The package requires a newer SDK to access `kVTCompressionPropertyKey_ConstantBitRate`. Signed-off-by: Ihar Hrachyshka <ihar.hrachyshka@gmail.com>
This commit is contained in:
@@ -113,6 +113,7 @@
|
||||
hotdoc,
|
||||
guiSupport ? true,
|
||||
gst-plugins-bad,
|
||||
apple-sdk_13,
|
||||
}:
|
||||
|
||||
stdenv.mkDerivation (finalAttrs: {
|
||||
@@ -284,6 +285,7 @@ stdenv.mkDerivation (finalAttrs: {
|
||||
CoreVideo
|
||||
Foundation
|
||||
MediaToolbox
|
||||
apple-sdk_13
|
||||
];
|
||||
|
||||
mesonFlags =
|
||||
|
||||
Reference in New Issue
Block a user