Unverified Commit 214da37b authored by 1sixth's avatar 1sixth Committed by GitHub
Browse files

mpv: unpin ffmpeg (#265069)

parent 7d9faaae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -9,7 +9,7 @@
, ninja
, pkg-config
, python3
, ffmpeg_5
, ffmpeg
, freefont_ttf
, freetype
, libass
@@ -159,7 +159,7 @@ in stdenv'.mkDerivation (finalAttrs: {
  ++ lib.optionals waylandSupport [ wayland-scanner ];

  buildInputs = [
    ffmpeg_5
    ffmpeg
    freetype
    libass
    libpthreadstubs