<html>
<head>
<base href="https://bugs.webkit.org/" />
</head>
<body>
<p>
<div>
<b><a class="bz_bug_link
bz_status_NEW "
title="NEW - WebRTC: [GTK] Add MediaEndpointOwr - an OpenWebRTC WebRTC backend"
href="https://bugs.webkit.org/show_bug.cgi?id=163327#c7">Comment # 7</a>
on <a class="bz_bug_link
bz_status_NEW "
title="NEW - WebRTC: [GTK] Add MediaEndpointOwr - an OpenWebRTC WebRTC backend"
href="https://bugs.webkit.org/show_bug.cgi?id=163327">bug 163327</a>
from <span class="vcard"><a class="email" href="mailto:pnormand@igalia.com" title="Philippe Normand <pnormand@igalia.com>"> <span class="fn">Philippe Normand</span></a>
</span></b>
<pre>(In reply to <a href="show_bug.cgi?id=163327#c4">comment #4</a>)
<span class="quote">> > > Source/WebCore/platform/mediastream/openwebrtc/MediaEndpointOwr.h:37
> > > +#include <owr/owr_media_session.h>
> > > +#include <owr/owr_transport_agent.h>
> >
> > Maybe use forward declarations of the structs needed and move includes to
> > the .cpp file, if possible :)
>
> It made a try, but it gets a bit messy since all the OWR types are typedefs
> (of structs).</span >
typedef struct _Foo Foo;
We do this in some of the player headers for Gst structs.
The issue usually is with C enums that can't be forward-declared.</pre>
</div>
</p>
<hr>
<span>You are receiving this mail because:</span>
<ul>
<li>You are the assignee for the bug.</li>
</ul>
</body>
</html>