mpv: Use ffmpeg-full
This allows mpv to support more exotic file formats and lavf filters. Since I am already overring mpv, it should not add another local rebuild.
This commit is contained in:
parent
20117566de
commit
d863586f23
|
@ -50,6 +50,7 @@ in
|
||||||
|
|
||||||
package = pkgs.wrapMpv
|
package = pkgs.wrapMpv
|
||||||
(pkgs.mpv-unwrapped.override {
|
(pkgs.mpv-unwrapped.override {
|
||||||
|
ffmpeg = pkgs.ffmpeg-full;
|
||||||
vapoursynthSupport = true;
|
vapoursynthSupport = true;
|
||||||
vapoursynth = pkgs.vapoursynth.withPlugins (with pkgs; [
|
vapoursynth = pkgs.vapoursynth.withPlugins (with pkgs; [
|
||||||
vapoursynth-mvtools
|
vapoursynth-mvtools
|
||||||
|
|
Loading…
Reference in a new issue