Unverified Commit da0397b8 authored by Stanisław Pitucha's avatar Stanisław Pitucha Committed by GitHub
Browse files

Merge pull request #242197 from viraptor/reaper-libs

reaper: use ffmpeg4
parents c4a47dac 59d02622
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -34562,6 +34562,7 @@ with pkgs;
  reaper = callPackage ../applications/audio/reaper {
    jackLibrary = libjack2; # Another option is "pipewire.jack".
    ffmpeg = ffmpeg_4-headless;
  };
  recapp = callPackage ../applications/video/recapp { };