mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-07 00:08:39 +09:00
Linux support take 2
This commit is contained in:
parent
680611c8cf
commit
1f8c30514e
3 changed files with 5 additions and 3 deletions
|
|
@ -230,7 +230,9 @@ WebrtcVideoConduit::~WebrtcVideoConduit()
|
|||
mVideoStatsTimer->Cancel();
|
||||
}
|
||||
|
||||
#ifdef MOZ_WEBRTC_LEGACY_VIE
|
||||
MOZ_ASSERT(!mPtrViEBase, "Call DeleteStreams prior to ~WebrtcVideoConduit.");
|
||||
#endif
|
||||
}
|
||||
|
||||
void
|
||||
|
|
|
|||
|
|
@ -38,7 +38,7 @@ if CONFIG['INTEL_ARCHITECTURE']:
|
|||
DEFINES['INFLATE_CHUNK_SIMD_SSE2'] = False
|
||||
DEFINES['CRC32_SIMD_SSE42_PCLMUL'] = False
|
||||
SOURCES += [
|
||||
'simd_darwin_stub.c',
|
||||
'simd_stub.c',
|
||||
]
|
||||
else:
|
||||
DEFINES['INFLATE_CHUNK_SIMD_SSE2'] = True
|
||||
|
|
|
|||
|
|
@ -21,9 +21,9 @@ ac_add_options --disable-updater
|
|||
|
||||
# Optimization settings
|
||||
ac_add_options --disable-accessibility
|
||||
ac_add_options --disable-debug
|
||||
ac_add_options --enable-debug
|
||||
ac_add_options --disable-debug-js-modules
|
||||
ac_add_options --disable-debug-symbols
|
||||
ac_add_options --enable-debug-symbols
|
||||
ac_add_options --disable-tests
|
||||
ac_add_options --enable-devtools
|
||||
#ac_add_options --enable-install-strip
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue