mplayer: Use system ffmpeg instead of vendored version. (#26572)

Fixes use of mplayer with https:// URL's.
This commit is contained in:
Will Dietz 2017-06-14 10:44:33 -05:00 committed by Joachim Schiele
parent ca17f3b8ef
commit b2660fe3cc

View File

@ -93,6 +93,8 @@ stdenv.mkDerivation rec {
prePatch = ''
sed -i /^_install_strip/d configure
rm -rf ffmpeg
'';
buildInputs = with stdenv.lib;
@ -159,6 +161,7 @@ stdenv.mkDerivation rec {
${optionalString stdenv.isLinux "--enable-vidix"}
${optionalString stdenv.isLinux "--enable-fbdev"}
--disable-ossaudio
--disable-ffmpeg_a
'';
NIX_LDFLAGS = with stdenv.lib;