summaryrefslogtreecommitdiffstats
path: root/wscript
diff options
context:
space:
mode:
Diffstat (limited to 'wscript')
-rw-r--r--wscript4
1 files changed, 4 insertions, 0 deletions
diff --git a/wscript b/wscript
index bf4da47a1f..13d739e221 100644
--- a/wscript
+++ b/wscript
@@ -556,6 +556,10 @@ audio_output_features = [
'func': check_pkg_config('openal', '>= 1.13'),
'default': 'disable'
}, {
+ 'name': '--opensles',
+ 'desc': 'OpenSL ES audio output',
+ 'func': check_statement('SLES/OpenSLES.h', 'slCreateEngine', lib="OpenSLES"),
+ }, {
'name': '--alsa',
'desc': 'ALSA audio output',
'func': check_pkg_config('alsa', '>= 1.0.18'),