Issue #1265 - Expose sndio as a build option for any supporting system

This commit is contained in:
Gaming4JC 2019-11-02 20:31:13 -04:00 • committed by Roy Tam
commit 84c1e8ce10
6 changed files with 23 additions and 3 deletions

View file

@ -39,7 +39,7 @@ if CONFIG['MOZ_JACK']:
]
DEFINES['USE_JACK'] = True
if CONFIG['OS_ARCH'] == 'OpenBSD':
if CONFIG['MOZ_SNDIO']:
SOURCES += [
'cubeb_sndio.c',
]