summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorThibault Saunier <tsaunier@igalia.com>2019-05-05 19:27:15 -0400
committerTim-Philipp Müller <tim@centricular.com>2019-08-07 20:41:33 +0100
commit1a0d5212771462ba745ebda96573142e1c4c6510 (patch)
tree0267900f69ca77d536745a07e065ef6821102948 /meson_options.txt
parent3432778c0454c71a6e33a340c72f3c99920c74dd (diff)
downloadgstreamer-plugins-bad-1a0d5212771462ba745ebda96573142e1c4c6510.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 743951350..3a9aa93aa 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -80,6 +80,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')