Back to development
[platform/upstream/gstreamer.git] / subprojects / gst-omx / meson_options.txt
1 option('header_path', type : 'string', value : '',
2     description : 'An extra include directory to find the OpenMax headers')
3 option('target', type : 'combo',
4     choices : ['none', 'generic', 'rpi', 'bellagio', 'tizonia', 'zynqultrascaleplus'], value : 'none',
5     description : 'The OMX platform to target')
6 option('struct_packing', type : 'combo',
7     choices : ['0', '1', '2', '4', '8'], value : '0',
8     description : 'Force OpenMAX struct packing')
9
10 # Common feature options
11 option('examples', type : 'feature', value : 'auto', yield : true)
12 option('tests', type : 'feature', value : 'auto', yield : true)
13 option('tools', type : 'feature', value : 'auto', yield : true)
14 option('doc', type : 'feature', value : 'auto', yield : true)