EricssonResearch / openwebrtc-gst-plugins

OpenWebRTC specific GStreamer plugins
BSD 2-Clause "Simplified" License
51 stars 46 forks source link

Include inttypes.h for UINT16_MAX #65

Closed djcb closed 5 years ago

djcb commented 6 years ago

This fixes some build-breakage: ,---- | sctpassociation.c: In function ‘gst_sctp_association_init’: | sctpassociation.c:84:22: error: ‘UINT16_MAX’ undeclared (first use in this function); did you mean ‘UINT_MAX’? | #define MAX_SCTP_SID UINT16_MAX `----

vglavtchev commented 5 years ago

Saw the same issue when building on an ARM64 system (Nvidia Xavier). Opened a similar PR #67

@superdump Is anyone still maintaining this project?

nirbheek commented 5 years ago

@vglavtchev I have merged your PR because it was trivially correct. There is no one maintaining this project anymore, and you should move to something else, such as GStreamer's WebRTC implementation added in 1.14. I blogged about it some months ago too: http://blog.nirbheek.in/2018/02/gstreamer-webrtc.html