Unverified Commit 086eb627 authored by 7c6f434c's avatar 7c6f434c Committed by GitHub
Browse files

mplayer: fix ffmpeg dependency (#462199)

parents 13e0094c 0a9328ae
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -7,7 +7,7 @@
  pkg-config,
  freetype,
  yasm,
  ffmpeg,
  ffmpeg_7,
  aalibSupport ? true,
  aalib,
  fontconfigSupport ? true,
@@ -140,7 +140,7 @@ stdenv.mkDerivation {
  ];
  buildInputs = [
    freetype
    ffmpeg
    ffmpeg_7
  ]
  ++ lib.optional aalibSupport aalib
  ++ lib.optional fontconfigSupport fontconfig