From fd54c57260cad8d7856fca29e8e784dfabff3a1c Mon Sep 17 00:00:00 2001 From: Sam James Date: Sat, 4 Jan 2025 19:52:48 +0000 Subject: [PATCH] analyticsoverlay: move option to right section It has an external dependency (pango/cairo) so should be under that heading. Also, fix an inconsistency with the ':' style. Fixes: 95464c89772e144088af54c1e8a4c1fecc45f09a Part-of: --- subprojects/gst-plugins-bad/meson_options.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gst-plugins-bad/meson_options.txt b/subprojects/gst-plugins-bad/meson_options.txt index 28448ec6db..b3ec11e911 100644 --- a/subprojects/gst-plugins-bad/meson_options.txt +++ b/subprojects/gst-plugins-bad/meson_options.txt @@ -6,7 +6,6 @@ option('accurip', type : 'feature', value : 'auto') option('adpcmdec', type : 'feature', value : 'auto') option('adpcmenc', type : 'feature', value : 'auto') option('aiff', type : 'feature', value : 'auto') -option('analyticsoverlay', type:'feature', value : 'auto') option('asfmux', type : 'feature', value : 'auto') option('audiobuffersplit', type : 'feature', value : 'auto') option('audiofxbad', type : 'feature', value : 'auto') @@ -92,6 +91,7 @@ option('aja', type : 'feature', value : 'auto', description : 'AJA audio/video s option('aom', type : 'feature', value : 'auto', description : 'AOM AV1 video codec plugin') option('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVTP) plugin') option('amfcodec', type : 'feature', value : 'auto', description : 'AMD AMF codec plugin') +option('analyticsoverlay', type: 'feature', value : 'auto') option('androidmedia', type : 'feature', value : 'auto', description : 'Video capture and codec plugins for Android') option('applemedia', type : 'feature', value : 'auto', description : 'Video capture and codec access plugins for macOS and iOS') option('asio', type : 'feature', value : 'auto', description : 'Steinberg Audio Streaming Input Output (ASIO) plugin')