Unverified Commit da6d93c4 authored by Emily's avatar Emily Committed by GitHub
Browse files

darling: fix build with ffmpeg_7 (#348926)

parents 955355a8 97686ec9
Loading
Loading
Loading
Loading
+8 −0
Original line number Diff line number Diff line
@@ -134,6 +134,14 @@ in stdenv.mkDerivation {
      url = "https://github.com/darlinghq/darling/commit/f46eb721c11d32addd807f092f4b3a6ea515bb6d.patch?full_index=1";
      hash = "sha256-FnLcHnK4cNto+E3OQSxE3iK+FHSU8y459FcpMvrzd6o=";
    })

    # Fix compatibility with ffmpeg_7
    # https://github.com/darlinghq/darling/pull/1537
    # https://github.com/darlinghq/darling/commit/9655d5598c87dcb22c54a83cc7741b77cb47a1b0
    (fetchpatch {
      url = "https://github.com/darlinghq/darling/commit/9655d5598c87dcb22c54a83cc7741b77cb47a1b0.patch?full_index=1";
      hash = "sha256-ogMo4SRRwiOhaVJ+OS8BVolGDa7vGKyR9bdGiOiCuRc=";
    })
  ];

  postPatch = ''