meson: move omx features check after target selection
[platform/upstream/gstreamer.git] / meson_options.txt
1 option('with_omx_header_path', type : 'string', value : '', description : 'An extra include directory to find the OpenMax headers')
2 option('with_omx_target', type : 'combo', choices : ['none', 'generic', 'rpi', 'bellagio', 'tizonia', 'zynqultrascaleplus'], value : 'none', description : 'The OMX platform to target')
3 option('with_omx_struct_packing', type : 'combo', choices : ['0', '1', '2', '4', '8'], value : '0', description : 'Force OpenMAX struct packing')