Unverified Commit cc4213f4 authored by leiserfg's avatar leiserfg
Browse files

glslviewer: Force ffmpeg v7 as it fails to build with v8

parent 3482dcd7
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" ];