mplayer2: switch to libav to fix build

CC @viric. If someone has a better suggestion, do it.
IMHO the main problem is the lack of maintenance
from the side of mplayer2, e.g. latest release >3 years ago.
This commit is contained in:
Vladimír Čunát 2014-07-21 09:57:48 +02:00
parent f63fb3fda0
commit 34cade2c9c

View File

@ -9215,7 +9215,9 @@ let
vdpauSupport = config.mplayer.vdpauSupport or false;
};
mplayer2 = callPackage ../applications/video/mplayer2 { };
mplayer2 = callPackage ../applications/video/mplayer2 {
ffmpeg = libav_9; # see https://trac.macports.org/ticket/44386
};
MPlayerPlugin = browser:
import ../applications/networking/browsers/mozilla-plugins/mplayerplug-in {