summaryrefslogtreecommitdiff
path: root/meson_options.txt
diff options
context:
space:
mode:
authorGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-03-19 15:07:47 +0100
committerGuillaume Desmottes <guillaume.desmottes@collabora.com>2020-10-29 16:59:18 +0100
commitbfb9071081297b66ae368b2130aaa5b17a613a60 (patch)
tree785c2ce431a3b200d0111bc410ebaee338f6bc70 /meson_options.txt
parentd1945de10276079e0cad14f7e10f60f336629e8a (diff)
downloadgstreamer-plugins-bad-bfb9071081297b66ae368b2130aaa5b17a613a60.tar.gz
isac: add iSAC plugin
Wrapper on the iSAC reference encoder and decoder from webrtc, see https://en.wikipedia.org/wiki/Internet_Speech_Audio_Codec Part-of: <https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/-/merge_requests/1124>
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 bfd93ca97..d62f41089 100644
--- a/meson_options.txt
+++ b/meson_options.txt
@@ -169,6 +169,7 @@ option('zxing', type : 'feature', value : 'auto', description : 'Barcode image s
option('wpe', type : 'feature', value : 'auto', description : 'WPE Web browser plugin')
option('magicleap', type : 'feature', value : 'auto', description : 'Magic Leap platform support')
option('v4l2codecs', type : 'feature', value : 'auto', description : 'Video4Linux Stateless CODECs support')
+option('isac', type : 'feature', value : 'auto', description : 'iSAC plugin')
# HLS plugin options
option('hls', type : 'feature', value : 'auto', description : 'HTTP Live Streaming plugin')