<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&#64;igalia.com" title="Philippe Normand &lt;pnormand&#64;igalia.com&gt;"> <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">&gt; &gt; &gt; Source/WebCore/platform/mediastream/openwebrtc/MediaEndpointOwr.h:37
&gt; &gt; &gt; +#include &lt;owr/owr_media_session.h&gt;
&gt; &gt; &gt; +#include &lt;owr/owr_transport_agent.h&gt;
&gt; &gt; 
&gt; &gt; Maybe use forward declarations of the structs needed and move includes to
&gt; &gt; the .cpp file, if possible :)
&gt; 
&gt; It made a try, but it gets a bit messy since all the OWR types are typedefs
&gt; (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>