Unverified Commit e4325cd2 authored by jopejoe1's avatar jopejoe1 Committed by GitHub
Browse files

alvr: use ffmpeg_7 instead of ffmpeg_8 (#504702)

parents af72c00b 6279ce38
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -11,7 +11,7 @@
  brotli,
  bzip2,
  celt,
  ffmpeg,
  ffmpeg_7,
  gmp,
  jack2,
  lame,
@@ -56,7 +56,7 @@ rustPlatform.buildRustPackage (finalAttrs: {

  patches = [
    (replaceVars ./fix-finding-libs.patch {
      ffmpeg = lib.getDev ffmpeg;
      ffmpeg = lib.getDev ffmpeg_7;
      x264 = lib.getDev x264;
    })
  ];
@@ -107,7 +107,7 @@ rustPlatform.buildRustPackage (finalAttrs: {
    brotli
    bzip2
    celt
    ffmpeg
    ffmpeg_7
    gmp
    jack2
    lame