summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorMatthew Waters <matthew@centricular.com>2017-01-18 02:43:44 +1100
committerMatthew Waters <matthew@centricular.com>2017-01-18 15:23:42 +1100
commited5f63c9efcb9746d001819d413b8b20770c3f62 (patch)
tree564bdc9d6b36750dcf4a86a6e07f72be95e64768 /meson_options.txt
parentb4f3e4094bc285f2f7a8d3cea121119e2c5e90cb (diff)
downloadgst-omx-ed5f63c9efcb9746d001819d413b8b20770c3f62.tar.gz
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.txt3
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')