Merge pull request #254366 from wegank/svt-av1-darwin

svt-av1: unbreak on aarch64-darwin
This commit is contained in:
Weijia Wang 2023-09-10 12:53:27 +02:00 committed by GitHub
commit 78058d8106
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -43,7 +43,5 @@ stdenv.mkDerivation (finalAttrs: {
license = with licenses; [ aom bsd3 ];
maintainers = with maintainers; [ Madouura ];
platforms = platforms.unix;
# error: use of undeclared identifier 'kCVPixelFormatType_444YpCbCr16BiPlanarVideoRange'
broken = stdenv.isAarch64 && stdenv.isDarwin;
};
})