summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2020-07-25 17:56:43 +0100
committerTim-Philipp Müller <tim@centricular.com>2020-08-14 01:33:28 +0100
commit80a0da9698bdc6eebd68c979b5667536c44eb4dd (patch)
tree4f01d49a6b51a0edf8dfd91cb30655742ec9b922 /meson_options.txt
parentf4538e24b6ef9185cb8233d16ac536950b36e10a (diff)
downloadgstreamer-plugins-bad-80a0da9698bdc6eebd68c979b5667536c44eb4dd.tar.gz
sctp: hook up internal copy of libusrsctp to build
Add option 'sctp-internal-usrsctp' so people can choose to build againts the distro version instead. Fixes https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/issues/870 Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1465>
Diffstat (limited to 'meson_options.txt')
-rw-r--r--meson_options.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/meson_options.txt b/meson_options.txt
index 94cfa2854..bfd93ca97 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -175,6 +175,10 @@ option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streami
option('hls-crypto', type : 'combo', value : 'auto', choices : ['auto', 'nettle', 'libgcrypt', 'openssl'],
description: 'Crypto library to use for HLS plugin')
+# SCTP plugin options
+option('sctp-internal-usrsctp', type: 'feature', value : 'enabled',
+ description: 'Whether to use the bundled usrsctp library or the system one')
+
# Common feature options
option('examples', type : 'feature', value : 'auto', yield : true)
option('tests', type : 'feature', value : 'auto', yield : true)