mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-01 03:21:10 +00:00
Bug 973362 - Enable debug assertions for libopus. r=tterribe
This commit is contained in:
parent
dcfc7e9c20
commit
2a22a90c78
@ -19,6 +19,9 @@ DEFINES['OPUS_BUILD'] = True
|
||||
DEFINES['OPUS_VERSION'] = '"v1.1-mozilla"'
|
||||
DEFINES['USE_ALLOCA'] = True
|
||||
|
||||
if CONFIG['MOZ_DEBUG']:
|
||||
DEFINES['ENABLE_ASSERTIONS'] = True
|
||||
|
||||
if CONFIG['OS_ARCH'] in ('Linux', 'Darwin', 'DragonFly', 'FreeBSD',
|
||||
'NetBSD', 'OpenBSD'):
|
||||
DEFINES['HAVE_LRINTF'] = True
|
||||
|
Loading…
x
Reference in New Issue
Block a user