Unverified Commit 23c6f484 authored by Aleksana's avatar Aleksana Committed by GitHub
Browse files

glslviewer: Force ffmpeg v7 as it fails to build with v8 (#463114)

parents 68f3116b cc4213f4
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -12,7 +12,7 @@
  libXi,
  libXext,
  libGLU,
  ffmpeg,
  ffmpeg_7,
  ncurses,
}:
stdenv.mkDerivation rec {
@@ -39,7 +39,7 @@ stdenv.mkDerivation rec {
    libXext
    libGLU
    ncurses
    ffmpeg
    ffmpeg_7
  ];

  cmakeFlags = [ "-DCMAKE_POLICY_VERSION_MINIMUM=3.20" ];