summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2018-10-28 11:53:42 +0000
committerTim-Philipp Müller <tim@centricular.com>2018-10-28 11:53:42 +0000
commita4cfb1fa1475cedd296062c6077d21152d36dc04 (patch)
tree78a97e43a704e8cff582e8fd91c07bec91b1640b /meson_options.txt
parent8dfe0dd9cef9c84b611dc93fdb7785b2746a168f (diff)
downloadgstreamer-plugins-bad-a4cfb1fa1475cedd296062c6077d21152d36dc04.tar.gz
meson: add 'curl-ssh2' option for curl libssh2 support
https://bugzilla.gnome.org/show_bug.cgi?id=797346
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 14d910fd1..fbcc45343 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -83,6 +83,7 @@ option('bz2', type : 'feature', value : 'auto', description : 'bz2 stream encode
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('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')
option('dash', type : 'feature', value : 'auto', description : 'DASH demuxer plugin')
option('decklink', type : 'feature', value : 'auto', description : 'DeckLink audio/video source/sink plugin')