gst-editing-services: Switch to meson build system
This commit is contained in:
@@ -19,9 +19,7 @@ rec {
|
||||
|
||||
gnonlin = callPackage ./gnonlin { inherit gst-plugins-base; };
|
||||
|
||||
# TODO: gnonlin is deprecated in gst-editing-services, better switch to nle
|
||||
# (Non Linear Engine).
|
||||
gst-editing-services = callPackage ./ges { inherit gnonlin; };
|
||||
gst-editing-services = callPackage ./ges { inherit gst-plugins-base; };
|
||||
|
||||
gst-vaapi = callPackage ./vaapi {
|
||||
inherit gst-plugins-base gstreamer gst-plugins-bad;
|
||||
|
||||
Reference in New Issue
Block a user