Closed
Bug 1022764
Opened 11 years ago
Closed 11 years ago
Build error in --disable-webrtc builds: "MediaManager.cpp:54:39: fatal error: browser_logging/WebRtcLog.h: No such file or directory"
Categories
(Core :: WebRTC, defect)
Tracking
()
RESOLVED
FIXED
mozilla33
People
(Reporter: dholbert, Assigned: dholbert)
References
Details
Attachments
(1 file)
1.68 KB,
patch
|
jesup
:
review+
lmandel
:
approval-mozilla-aurora+
|
Details | Diff | Splinter Review |
Build error, with up-to-date mozilla-central this morning, in a --disable-webrtc build:
{
dom/media/MediaManager.cpp:54:39: fatal error: browser_logging/WebRtcLog.h: No such file or directory
#include "browser_logging/WebRtcLog.h"
^
}
Assignee | ||
Comment 1•11 years ago
|
||
Looks like this #include was introduced here:
http://hg.mozilla.org/mozilla-central/diff/280077792878/dom/media/MediaManager.cpp
Blocks: 970713
Assignee | ||
Comment 2•11 years ago
|
||
This seems to fix things.
Attachment #8437036 -
Flags: a11y-review?(rjesup)
Assignee | ||
Updated•11 years ago
|
Attachment #8437036 -
Flags: a11y-review?(rjesup) → review?(rjesup)
Updated•11 years ago
|
Attachment #8437036 -
Flags: review?(rjesup) → review+
Assignee | ||
Comment 3•11 years ago
|
||
Flags: in-testsuite-
Comment 4•11 years ago
|
||
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla33
Assignee | ||
Comment 5•11 years ago
|
||
Comment on attachment 8437036 [details] [diff] [review]
fix v1: Add #ifdef wrappers
[Approval Request Comment]
Bug caused by (feature/regressing bug #): bug 970713
User impact if declined: Unable to build Aurora (and then Beta, and then Release) with --disable-webrtc
Testing completed (on m-c, etc.): on m-c
Risk to taking this patch (and alternatives if risky): Minimal. This has zero effect on official builds -- just adding an #ifdef for a symbol that's known-to-be-defined in official builds. (so maybe arguably NPOTB, but I'm requesting approval to be on the safe side.
String or IDL/UUID changes made by this patch: none
Attachment #8437036 -
Flags: approval-mozilla-aurora?
Comment 6•11 years ago
|
||
Comment on attachment 8437036 [details] [diff] [review]
fix v1: Add #ifdef wrappers
Aurora approval granted.
Attachment #8437036 -
Flags: approval-mozilla-aurora? → approval-mozilla-aurora+
Comment 7•11 years ago
|
||
You need to log in
before you can comment on or make changes to this bug.
Description
•