svt-av1: unbreak on aarch64-darwin

This commit is contained in:
Weijia Wang 2023-09-10 12:03:11 +02:00
parent c49f338aeb
commit 15c0fcb633

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;
};
})