mlt: build with ffmpeg version 4.x rather than 2.x
The new ffmpeg version is (a) supported and (b) required by some applications that use libmlt, e.g. shotcut. There appears to be no downside to this upgrade.
This commit is contained in:
parent
1d8a3973f4
commit
54e694de81
|
@ -12718,7 +12718,7 @@ in
|
|||
withGUI = false;
|
||||
};
|
||||
|
||||
mlt = callPackage ../development/libraries/mlt {};
|
||||
mlt = callPackage ../development/libraries/mlt { ffmpeg = ffmpeg_4; };
|
||||
|
||||
mono-addins = callPackage ../development/libraries/mono-addins { };
|
||||
|
||||
|
@ -13301,7 +13301,7 @@ in
|
|||
kpmcore = callPackage ../development/libraries/kpmcore { };
|
||||
|
||||
mlt = callPackage ../development/libraries/mlt/qt-5.nix {
|
||||
ffmpeg = ffmpeg_2;
|
||||
ffmpeg = ffmpeg_4;
|
||||
};
|
||||
|
||||
openbr = callPackage ../development/libraries/openbr { };
|
||||
|
|
Loading…
Reference in New Issue