Commit 92fdead6 authored by Mikael Voss's avatar Mikael Voss Committed by Masum Reza
Browse files

svt-av1-psy: build against hdr10plus

parent 16287b23
Loading
Loading
Loading
Loading
+3 −2
Original line number Diff line number Diff line
@@ -6,6 +6,7 @@
  nasm,
  cpuinfo,
  libdovi,
  hdr10plus,
  unstableGitUpdater,
}:

@@ -33,8 +34,7 @@ stdenv.mkDerivation (finalAttrs: {
      {
        USE_EXTERNAL_CPUINFO = true;
        LIBDOVI_FOUND = true;
        # enable when libhdr10plus is available
        # LIBHDR10PLUS_RS_FOUND = true;
        LIBHDR10PLUS_RS_FOUND = true;
      };

  nativeBuildInputs = [
@@ -45,6 +45,7 @@ stdenv.mkDerivation (finalAttrs: {
  buildInputs = [
    cpuinfo
    libdovi
    hdr10plus
  ];

  passthru.updateScript = unstableGitUpdater {