Merge pull request #233825 from cript0nauta/fix-vokoscreen

vokoscreen: use ffmpeg full variant
This commit is contained in:
Weijia Wang
2023-06-03 11:46:25 +02:00
committed by GitHub
+3 -1
View File
@@ -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;