diff options
Diffstat (limited to 'meson_options.txt')
-rw-r--r-- | meson_options.txt | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt new file mode 100644 index 0000000..4bf5be9 --- /dev/null +++ b/meson_options.txt @@ -0,0 +1,7 @@ +option( + 'gstreamer', + type : 'combo', + value : 'auto', + choices : ['auto', 'true', 'false'], + description : 'Enable support for gstreamer and cube-video' +) |