[Webkit-unassigned] [Bug 214806] New: libwebrtc uint64_t build fixes

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Sun Jul 26 10:54:21 PDT 2020


https://bugs.webkit.org/show_bug.cgi?id=214806

            Bug ID: 214806
           Summary: libwebrtc uint64_t build fixes
           Product: WebKit
           Version: WebKit Nightly Build
          Hardware: PC
                OS: Linux
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mcatanzaro at gnome.org
                CC: bugs-noreply at webkitgtk.org, youennf at gmail.com

WebKitGTK currently fails to build with -DENABLE_EXPERIMENTAL_FEATURES=ON because a bunch of libwebrtc headers use integer typedefs without declaring them:

In file included from ../../Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/pps_parser.cc:11:
../../Source/ThirdParty/libwebrtc/Source/webrtc/common_video/h264/pps_parser.h:33:5: error: ‘uint32_t’ does not name a type; did you mean ‘u_int32_t’?
   33 |     uint32_t weighted_bipred_idc = false;
      |     ^~~~~~~~
      |     u_int32_t

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20200726/9aedda5e/attachment.htm>


More information about the webkit-unassigned mailing list