blob: c8117cccb78a6965bd1c4442861544a4d294dd02 [file] [log] [blame]
Nirbheek Chauhanb09f4782016-08-12 21:12:30 +05301# Enable V4L2 plugin to probe devices at plugin load
2option('v4l2-probe', type : 'boolean', value : true)
3# Use libv4l2 for some obscure format conversions
4option('with-libv4l2', type : 'boolean', value : true)
5# Whether to use orc or not (auto will autodetect, yes will error out if not found)
6option('use_orc', type : 'combo', choices : ['yes', 'no', 'auto'], value : 'auto')