mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-05 09:00:54 +00:00
qroverlay: move to plugins that need external deps
qroverlay requires libqrencode dependency, move it next to similar plugins. Part-of: <https://gitlab.freedesktop.org/gstreamer/gstreamer/-/merge_requests/1658>
This commit is contained in:
parent
eaf7e78f01
commit
1863860626
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,6 @@ option('onvif', type : 'feature', value : 'auto')
|
|||
option('pcapparse', type : 'feature', value : 'auto')
|
||||
option('pnm', type : 'feature', value : 'auto')
|
||||
option('proxy', type : 'feature', value : 'auto')
|
||||
option('qroverlay', type : 'feature', value : 'auto')
|
||||
option('rawparse', type : 'feature', value : 'auto')
|
||||
option('removesilence', type : 'feature', value : 'auto')
|
||||
option('rist', type : 'feature', value : 'auto')
|
||||
|
@ -140,6 +139,7 @@ option('openmpt', type : 'feature', value : 'auto', description : 'OpenMPT modul
|
|||
option('openni2', type : 'feature', value : 'auto', description : 'OpenNI2 library plugin')
|
||||
option('opensles', type : 'feature', value : 'auto', description : 'OpenSL ES audio source/sink plugin')
|
||||
option('opus', type : 'feature', value : 'auto', description : 'OPUS audio parser plugin')
|
||||
option('qroverlay', type : 'feature', value : 'auto', description : 'Element to set random data on a qroverlay')
|
||||
option('resindvd', type : 'feature', value : 'auto', description : 'Resin DVD playback plugin (GPL - only built if gpl option is also enabled!)')
|
||||
option('rsvg', type : 'feature', value : 'auto', description : 'SVG overlayer and image decoder plugin')
|
||||
option('rtmp', type : 'feature', value : 'auto', description : 'RTMP video network source and sink plugin')
|
||||
|
|
Loading…
Reference in a new issue