From fcd57e9ac5e440056ed5b765d277570d2b617df6 Mon Sep 17 00:00:00 2001 From: Michael Tretter Date: Wed, 24 Jan 2024 11:06:11 +0100 Subject: [PATCH] meson: remove trailing whitespace and add comma Cleanup without functional change. Part-of: --- meson.build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/meson.build b/meson.build index ac8aa3a3..f3d7228a 100644 --- a/meson.build +++ b/meson.build @@ -62,7 +62,7 @@ deps = [ ['gstreamer-app-1.0', 'gst-plugins-base', 'app_dep', 'gstapp'], ['gstreamer-audio-1.0', 'gst-plugins-base', 'audio_dep', 'gstaudio'], ['gstreamer-base-1.0', 'gstreamer', 'gst_base_dep', 'gst_base'], - ['gstreamer-video-1.0', 'gst-plugins-base', 'video_dep', 'gstvideo'] + ['gstreamer-video-1.0', 'gst-plugins-base', 'video_dep', 'gstvideo'], ] webrtc_option = get_option('webrtc')