Merge pull request #233825 from cript0nauta/fix-vokoscreen
vokoscreen: use ffmpeg full variant
This commit is contained in:
commit
d790aa1484
@ -40043,7 +40043,9 @@ with pkgs;
|
||||
|
||||
vivisect = with python3Packages; toPythonApplication (vivisect.override { withGui = true; });
|
||||
|
||||
vokoscreen = libsForQt5.callPackage ../applications/video/vokoscreen { };
|
||||
vokoscreen = libsForQt5.callPackage ../applications/video/vokoscreen {
|
||||
ffmpeg = ffmpeg-full;
|
||||
};
|
||||
|
||||
vokoscreen-ng = libsForQt5.callPackage ../applications/video/vokoscreen-ng {
|
||||
inherit (gst_all_1) gstreamer gst-plugins-base gst-plugins-good gst-plugins-bad gst-plugins-ugly;
|
||||
|
Loading…
Reference in New Issue
Block a user