mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2025-01-10 09:25:42 +00:00
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: 95464c8977
Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/8238>
This commit is contained in:
parent
64970e721f
commit
fd54c57260
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,6 @@ option('accurip', type : 'feature', value : 'auto')
|
||||||
option('adpcmdec', type : 'feature', value : 'auto')
|
option('adpcmdec', type : 'feature', value : 'auto')
|
||||||
option('adpcmenc', type : 'feature', value : 'auto')
|
option('adpcmenc', type : 'feature', value : 'auto')
|
||||||
option('aiff', type : 'feature', value : 'auto')
|
option('aiff', type : 'feature', value : 'auto')
|
||||||
option('analyticsoverlay', type:'feature', value : 'auto')
|
|
||||||
option('asfmux', type : 'feature', value : 'auto')
|
option('asfmux', type : 'feature', value : 'auto')
|
||||||
option('audiobuffersplit', type : 'feature', value : 'auto')
|
option('audiobuffersplit', type : 'feature', value : 'auto')
|
||||||
option('audiofxbad', 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('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('avtp', type : 'feature', value : 'auto', description : 'Audio/Video Transport Protocol (AVTP) plugin')
|
||||||
option('amfcodec', type : 'feature', value : 'auto', description : 'AMD AMF codec 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('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('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')
|
option('asio', type : 'feature', value : 'auto', description : 'Steinberg Audio Streaming Input Output (ASIO) plugin')
|
||||||
|
|
Loading…
Reference in a new issue