Closed
Bug 1412490
Opened 7 years ago
Closed 5 years ago
MinGW does not recognize ::MemoryBarrier() in WebRTC
Categories
(Core :: WebRTC, enhancement, P2)
Core
WebRTC
Tracking
()
RESOLVED
INCOMPLETE
Tracking | Status | |
---|---|---|
firefox58 | --- | affected |
People
(Reporter: tjr, Assigned: tjr)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
text/x-review-board-request
|
Details |
> /builds/worker/workspace/build/src/ipc/chromium/src/base/atomicops_internals_x86_msvc.h:49:3: error: '::_mm_mfence' has not been declared
> ::MemoryBarrier();
WebRTC defines MemoryBarrier to _mm_mfence, which works fine, except that in WebRTC, we have the :: qualifier before MemoryBarrier, which MinGW cannot handle
Comment hidden (mozreview-request) |
Updated•7 years ago
|
Rank: 16
Priority: -- → P2
Assignee | ||
Comment 2•5 years ago
|
||
Last time I tried building WebRTC I did not get the same errors. I'm resolving the sub-bugs as Incomplete until I can go back to building WebRTC and if they are still applicable, I'll reopen.
Status: NEW → RESOLVED
Closed: 5 years ago
Resolution: --- → INCOMPLETE
You need to log in
before you can comment on or make changes to this bug.
Description
•