summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-05-05 19:27:15 -0400
committerThibault Saunier <tsaunier@gnome.org>2019-05-05 23:26:58 +0000
commit3c8a916501670909aa4cc4f8f46cfd2396b38285 (patch)
tree77ff95f85706356594bae185f146feecd6f07916 /meson_options.txt
parent3a5bcfc59310b7093f828e902883314623d60662 (diff)
downloadgstreamer-plugins-bad-3c8a916501670909aa4cc4f8f46cfd2396b38285.tar.gz
meson: Add support for the colormanagement plugin
Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/965
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 4d067f1e8..5bac2dc79 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -81,6 +81,7 @@ option('bs2b', type : 'feature', value : 'auto', description : 'Bauer stereophon
option('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encoder and decoder plugin')
option('chromaprint', type : 'feature', value : 'auto', description : 'Chromaprint fingerprint audio plugin')
option('closedcaption', type : 'feature', value : 'auto', description : 'Closed caption extractor, decoder, and overlay plugin')
+option('colormanagement', type : 'feature', value : 'auto', description : 'Color management correction plugin')
option('curl', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin')
option('curl-ssh2', type : 'feature', value : 'auto', description : 'cURL network source and sink plugin libssh2 support')
option('d3dvideosink', type : 'feature', value : 'auto', description : 'Direct3D video sink plugin')