Commit 7fd2766a authored by Emily's avatar Emily
Browse files

python3{11,12}Packages.torchaudio: pin FFmpeg 6

Upstream is not yet ready for FFmpeg 7.
parent 192fd67c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -10,7 +10,7 @@
  ninja,

  # buildInputs
  ffmpeg-full,
  ffmpeg_6-full,
  pybind11,
  sox,
  torch,
@@ -108,9 +108,9 @@ buildPythonPackage rec {
  FFMPEG_ROOT = symlinkJoin {
    name = "ffmpeg";
    paths = [
      ffmpeg-full.bin
      ffmpeg-full.dev
      ffmpeg-full.lib
      ffmpeg_6-full.bin
      ffmpeg_6-full.dev
      ffmpeg_6-full.lib
    ];
  };

@@ -131,7 +131,7 @@ buildPythonPackage rec {
    );

  buildInputs = [
    ffmpeg-full
    ffmpeg_6-full
    pybind11
    sox
    torch.cxxdev