Closed Bug 1241628 Opened 9 years ago Closed 9 years ago

dom/media/MediaStreamGraph.cpp:33:10: fatal error: 'mtransport/runnable_utils.h' file not found

Categories

(Core :: Audio/Video: MediaStreamGraph, defect)

defect
Not set
normal

Tracking

()

RESOLVED DUPLICATE of bug 1242724
Tracking Status
firefox46 --- fixed

People

(Reporter: MatsPalmgren_bugz, Unassigned)

References

Details

(Keywords: regression)

Attachments

(1 obsolete file)

A current mozilla-inbound Linux debug build with: ac_add_options --disable-webrtc ac_add_options --disable-gstreamer fails to build: In file included from dom/media/Unified_cpp_dom_media2.cpp:29: dom/media/MediaStreamGraph.cpp:33:10: fatal error: 'mtransport/runnable_utils.h' file not found #include "mtransport/runnable_utils.h"
Attached patch A bandaid to make it build, fwiw (obsolete) — Splinter Review
For the record, this problematic #include was added here, for bug 1221587: http://hg.mozilla.org/mozilla-central/rev/2d18cbea1800#l3.2
Blocks: 1221587
Flags: needinfo?(rjesup)
Keywords: regression
We need to publish runnable_utils.h even with --disable-webrtc and any required backing code.
Flags: needinfo?(rjesup)
Depends on: 1242724
(In reply to Randell Jesup [:jesup] from comment #3) > We need to publish runnable_utils.h even with --disable-webrtc and any > required backing code. I've now filed bug 1242724 on doing specifically that, FWIW. (Feel free/encouraged to take it! :)) I marked this bug as depending on that bug.
Attachment #8711344 - Attachment is obsolete: true
I am compiling C-C TB locally. This issue broke local build because I do not enable WebRTC there (guess why?) I spent yesterday free time to look for the problem report and fix to no avail. But now I find it here today. I hope the tentative patch posted here will help. TIA
Fixed on 1242724
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: