diff options
author | Matthew Waters <matthew@centricular.com> | 2017-01-18 02:43:44 +1100 |
---|---|---|
committer | Matthew Waters <matthew@centricular.com> | 2017-01-18 15:23:42 +1100 |
commit | ed5f63c9efcb9746d001819d413b8b20770c3f62 (patch) | |
tree | 564bdc9d6b36750dcf4a86a6e07f72be95e64768 /meson_options.txt | |
parent | b4f3e4094bc285f2f7a8d3cea121119e2c5e90cb (diff) |
build: add meson build definition
Currently only been tested on the RPi within gst-build.
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..3274c0a --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,3 @@ +option('with_omx_header_path', type : 'string', value : '', description : 'An extra include directory to find the OpenMax headers') +option('with_omx_target', type : 'combo', choices : ['none', 'generic', 'rpi', 'bellagio'], value : 'none', description : 'The OMX platform to target') +option('with_omx_struct_packing', type : 'combo', choices : ['0', '1', '2', '4', '8'], value : '0', description : 'Force OpenMAX struct packing') |