EricssonResearch / openwebrtc-gst-plugins

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

Add stdint header to support aarch64 compilation. #67

Closed vglavtchev closed 5 years ago

vglavtchev commented 5 years ago

The compilation on an Nvidia Xavier failed because UINT16_MAX was not defined. Including the stdint header addresses that issue.