forked from mirrors/nixpkgs
MPlayer does not depend on a *built* ffmpeg.
svn path=/nixpkgs/trunk/; revision=26944
This commit is contained in:
parent
7cc0eee61d
commit
7bfeee2318
|
@ -80,7 +80,7 @@ stdenv.mkDerivation rec {
|
|||
'';
|
||||
|
||||
buildInputs =
|
||||
[ freetype zlib pkgconfig ffmpeg ]
|
||||
[ freetype zlib pkgconfig ]
|
||||
++ stdenv.lib.optional x11Support [ libX11 libXext mesa ]
|
||||
++ stdenv.lib.optional alsaSupport alsaLib
|
||||
++ stdenv.lib.optional xvSupport libXv
|
||||
|
|
Loading…
Reference in a new issue