Unverified Commit 791ebbec authored by K900's avatar K900 Committed by GitHub
Browse files

gst_all_1.gst-plugins-bad: disable nvcodec on aarch64 (#395983)

parents 7697340a ab955c7e
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -340,7 +340,9 @@ stdenv.mkDerivation (finalAttrs: {
    ]
    ++ lib.optionals (!stdenv.hostPlatform.isLinux) [
      "-Ddoc=disabled" # needs gstcuda to be enabled which is Linux-only
      "-Dnvcodec=disabled" # Linux-only
    ]
    ++ lib.optionals (!stdenv.hostPlatform.isLinux || !stdenv.hostPlatform.isx86) [
      "-Dnvcodec=disabled" # Linux-only, broken on non-x86
    ]
    ++ lib.optionals (!stdenv.hostPlatform.isLinux || !gst-plugins-base.waylandEnabled) [
      "-Dva=disabled" # see comment on `libva` in `buildInputs`