summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorSeungha Yang <seungha.yang@navercorp.com>2019-01-29 10:58:21 +0900
committerSeungha Yang <seungha.yang@navercorp.com>2019-01-29 11:50:03 +0900
commit50037dd1eb373b9773bca22ef05139d389d83665 (patch)
treeaa34f8e951e91dff7322f2f5b90868e4cf9fbd57 /meson_options.txt
parent987067c39c9a453a1571cec73c56f221d81c420a (diff)
downloadgstreamer-50037dd1eb373b9773bca22ef05139d389d83665.tar.gz
Add an orc wrap file for using orc subproject
Depending on the newly added 'orc' meson option, this make possible to use orc subproject on gst-build.
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 7614c782e3..0d36f6ebb5 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -15,3 +15,4 @@ option('examples', type : 'feature', value : 'auto', description : 'Build exampl
option('gtk_doc', type : 'feature', value : 'auto', description : 'Generate API documentation with gtk-doc')
option('introspection', type : 'feature', value : 'auto', description : 'Generate introspection data')
option('nls', type : 'feature', value : 'auto', description : 'Enable native language support (translations)')
+option('orc', type : 'feature', value : 'auto', description : 'Enable Optimized Inner Loop Runtime Compiler')