mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-11-21 10:55:51 +02:00
Merge commit '4b054a3400f728c54470ee6a1eefe1d82420f6a2'
* commit '4b054a3400f728c54470ee6a1eefe1d82420f6a2': rtpproto: Check the right feature detection macro Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
e1ec7990fe
@ -118,7 +118,7 @@ static int compare_addr(const struct sockaddr_storage *a,
|
||||
((const struct sockaddr_in *)b)->sin_addr.s_addr);
|
||||
}
|
||||
|
||||
#if defined(IPPROTO_IPV6)
|
||||
#if HAVE_STRUCT_SOCKADDR_IN6
|
||||
if (a->ss_family == AF_INET6) {
|
||||
const uint8_t *s6_addr_a = ((const struct sockaddr_in6 *)a)->sin6_addr.s6_addr;
|
||||
const uint8_t *s6_addr_b = ((const struct sockaddr_in6 *)b)->sin6_addr.s6_addr;
|
||||
|
Loading…
Reference in New Issue
Block a user