From bfb9071081297b66ae368b2130aaa5b17a613a60 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Thu, 19 Mar 2020 15:07:47 +0100 Subject: 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: --- meson_options.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'meson_options.txt') 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') -- cgit v1.2.1