meson: remove trailing whitespace and add comma

Cleanup without functional change.

Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-rs/-/merge_requests/1439>
This commit is contained in:
Michael Tretter 2024-01-24 11:06:11 +01:00
parent 95c007953c
commit fcd57e9ac5

View file

@ -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')