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
commit d790aa1484
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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;