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:
parent
f63fb3fda0
commit
34cade2c9c
@ -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 {
|
||||
|
Loading…
Reference in New Issue
Block a user