Merge branch 'move_subdir_omx' into tizen_gst_1.19.2_mono
[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', 'exynos64', 'exynos'], 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)
15
16 # Tizen options
17 option('vp9', type : 'boolean', value : false,
18     description : 'VP9 decoder for exynos')
19