mirror of
https://gitlab.freedesktop.org/gstreamer/gstreamer.git
synced 2024-11-18 15:51:11 +00:00
ebcadd9984
Companion commit to: https://cgit.freedesktop.org/gstreamer/gstreamer/commit/?id=4fb02fc85b70be631f5331b2547e5dc61ef7a43a https://cgit.freedesktop.org/gstreamer/gst-plugins-base/commit/?id=1e1a5d658e4a031535c44823fd398d3052ca2000 etc...
8 lines
456 B
Meson
8 lines
456 B
Meson
option('header_path', type : 'string', value : '',
|
|
description : 'An extra include directory to find the OpenMax headers')
|
|
option('target', type : 'combo',
|
|
choices : ['none', 'generic', 'rpi', 'bellagio', 'tizonia', 'zynqultrascaleplus'], value : 'none',
|
|
description : 'The OMX platform to target')
|
|
option('struct_packing', type : 'combo',
|
|
choices : ['0', '1', '2', '4', '8'], value : '0',
|
|
description : 'Force OpenMAX struct packing')
|