mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-03 16:09:39 +00:00
7 lines
378 B
Meson
7 lines
378 B
Meson
|
# Enable V4L2 plugin to probe devices at plugin load
|
||
|
option('v4l2-probe', type : 'boolean', value : true)
|
||
|
# Use libv4l2 for some obscure format conversions
|
||
|
option('with-libv4l2', type : 'boolean', value : true)
|
||
|
# Whether to use orc or not (auto will autodetect, yes will error out if not found)
|
||
|
option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')
|