mplayer: fix ffmpeg dependency
This commit is contained in:
@@ -7,7 +7,7 @@
|
|||||||
pkg-config,
|
pkg-config,
|
||||||
freetype,
|
freetype,
|
||||||
yasm,
|
yasm,
|
||||||
ffmpeg,
|
ffmpeg_7,
|
||||||
aalibSupport ? true,
|
aalibSupport ? true,
|
||||||
aalib,
|
aalib,
|
||||||
fontconfigSupport ? true,
|
fontconfigSupport ? true,
|
||||||
@@ -140,7 +140,7 @@ stdenv.mkDerivation {
|
|||||||
];
|
];
|
||||||
buildInputs = [
|
buildInputs = [
|
||||||
freetype
|
freetype
|
||||||
ffmpeg
|
ffmpeg_7
|
||||||
]
|
]
|
||||||
++ lib.optional aalibSupport aalib
|
++ lib.optional aalibSupport aalib
|
||||||
++ lib.optional fontconfigSupport fontconfig
|
++ lib.optional fontconfigSupport fontconfig
|
||||||
|
|||||||
Reference in New Issue
Block a user