Closed Bug 1261627 Opened 8 years ago Closed 8 years ago

--disable-webrtc fails to build

Categories

(Core :: Audio/Video, defect)

defect
Not set
normal

Tracking

()

RESOLVED FIXED
mozilla48
Tracking Status
firefox48 --- fixed

People

(Reporter: MatsPalmgren_bugz, Assigned: MatsPalmgren_bugz)

Details

Attachments

(1 file)

In file included from dom/media/Unified_cpp_dom_media1.cpp:20:
dom/media/GraphDriver.cpp:650:7: error: unknown type name 'StaticMutexAutoUnlock'; did you mean 'MutexAutoUnlock'?
      StaticMutexAutoUnlock unlock(AudioInputCubeb::Mutex());
      ^~~~~~~~~~~~~~~~~~~~~
      MutexAutoUnlock
dist/include/mozilla/Mutex.h:219:31: note: 'MutexAutoUnlock' declared here
typedef BaseAutoUnlock<Mutex> MutexAutoUnlock;
                              ^
In file included from dom/media/Unified_cpp_dom_media1.cpp:20:
dom/media/GraphDriver.cpp:650:36: error: use of undeclared identifier 'AudioInputCubeb'
      StaticMutexAutoUnlock unlock(AudioInputCubeb::Mutex());
                                   ^
[...]
Attached patch fixSplinter Review
Attachment #8737535 - Flags: review?(cpearce)
Comment on attachment 8737535 [details] [diff] [review]
fix

Review of attachment 8737535 [details] [diff] [review]:
-----------------------------------------------------------------

Sorry about that.
Attachment #8737535 - Flags: review?(cpearce) → review+
Keywords: checkin-needed
https://hg.mozilla.org/mozilla-central/rev/57cc6679cc66
Status: NEW → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla48
You need to log in before you can comment on or make changes to this bug.