ultravideo / uvgRTP

An open-source library for RTP/SRTP media delivery
BSD 2-Clause "Simplified" License
318 stars 90 forks source link

Fix build with gcc13 #210

Closed mathisloge closed 8 months ago

mathisloge commented 8 months ago

When building with gcc 13, cstdint have to be included in some additional files. Furthermore, if the Tests are excluded, the Threads::Threads cmake target isn't found (the find_package call will be excluded then, too). Therefore I've changed it so it will get always found

tampsa commented 8 months ago

Hi,

thanks for the pull request, we appreciate it! It looks good and we will merge it.