mplayer: Use system ffmpeg instead of vendored version. (#26572)
Fixes use of mplayer with https:// URL's.
This commit is contained in:
parent
ca17f3b8ef
commit
b2660fe3cc
@ -93,6 +93,8 @@ stdenv.mkDerivation rec {
|
|||||||
|
|
||||||
prePatch = ''
|
prePatch = ''
|
||||||
sed -i /^_install_strip/d configure
|
sed -i /^_install_strip/d configure
|
||||||
|
|
||||||
|
rm -rf ffmpeg
|
||||||
'';
|
'';
|
||||||
|
|
||||||
buildInputs = with stdenv.lib;
|
buildInputs = with stdenv.lib;
|
||||||
@ -159,6 +161,7 @@ stdenv.mkDerivation rec {
|
|||||||
${optionalString stdenv.isLinux "--enable-vidix"}
|
${optionalString stdenv.isLinux "--enable-vidix"}
|
||||||
${optionalString stdenv.isLinux "--enable-fbdev"}
|
${optionalString stdenv.isLinux "--enable-fbdev"}
|
||||||
--disable-ossaudio
|
--disable-ossaudio
|
||||||
|
--disable-ffmpeg_a
|
||||||
'';
|
'';
|
||||||
|
|
||||||
NIX_LDFLAGS = with stdenv.lib;
|
NIX_LDFLAGS = with stdenv.lib;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user