mplayer: fix build failure with ffmpeg 4.4

Backport SVN revision 38199.
This commit is contained in:
Zane van Iperen
2021-05-15 17:28:37 +10:00
parent bfb5f4cc5e
commit 960cd68773
2 changed files with 24 additions and 0 deletions
@@ -106,6 +106,8 @@ stdenv.mkDerivation rec {
rm -rf ffmpeg
'';
patches = [ ./svn-r38199-ffmpeg44fix.patch ];
depsBuildBuild = [ buildPackages.stdenv.cc ];
nativeBuildInputs = [ pkg-config yasm ];
buildInputs = with lib;