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:
@@ -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 { };
|
||||
|
||||
Reference in New Issue
Block a user