meson: Make webrtc optional

Signed-off-by: Arnaud Rebillout <arnaud.rebillout@collabora.com>
This commit is contained in:
Arnaud Rebillout 2018-10-19 18:25:55 +07:00 committed by Arun Raghavan
parent 90eec5ab36
commit 7b748483a1
2 changed files with 7 additions and 1 deletions

View file

@ -62,3 +62,9 @@ option('udev',
option('x11',
type : 'feature', value : 'auto',
description : 'Optional X11 support')
# Echo cancellation
option('webrtc-aec',
type : 'feature', value : 'auto',
description : 'Optional WebRTC-based echo canceller')