Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.freedesktop.org/gstreamer/gst-plugins-rs.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJan Beich <jbeich@FreeBSD.org>2021-08-15 14:59:58 +0300
committerJan Beich <jbeich@FreeBSD.org>2021-08-15 19:05:24 +0300
commitf5cc0e50fee1b8484807c77a89168feb49cfbd05 (patch)
treefc7fe7f9f7f00b00c3e2c6975acabfe9a77ea328 /meson_options.txt
parentfced787a63c522129735c97e75cf54a8567c7d17 (diff)
meson: optionalize pango dependency used by video/closedcaption
Similar to -Dpango=<auto|enabled|disabled> in gst-plugins-base.
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 fe261e6d7..c9c715b3c 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -1,3 +1,4 @@
+option('closedcaption', type : 'feature', value : 'auto', description : 'Build closedcaption plugin')
option('dav1d', type : 'feature', value : 'auto', description : 'Build dav1d plugin')
option('sodium', type : 'combo',
choices : ['system', 'built-in', 'disabled'], value : 'built-in',