Bug 1430274 - Define MOZ_ALSA for more source files. r=jld

This commit is contained in:
Harald van Dijk 2018-01-18 15:18:37 -07:00
parent cbcd8bb3a1
commit 2877a35271

View File

@ -78,6 +78,9 @@ if CONFIG['MOZ_GMP_SANDBOX']:
'SandboxOpenedFiles.cpp',
]
if CONFIG['MOZ_ALSA']:
DEFINES['MOZ_ALSA'] = True
# This copy of SafeSPrintf doesn't need to avoid the Chromium logging
# dependency like the one in libxul does, but this way the behavior is
# consistent. See also the comment in SandboxLogging.h.