OSDN Git Service

rtpproto: Check the right feature detection macro
authorMartin Storsjö <martin@martin.st>
Thu, 15 Aug 2013 07:36:20 +0000 (10:36 +0300)
committerMartin Storsjö <martin@martin.st>
Thu, 15 Aug 2013 12:35:41 +0000 (15:35 +0300)
commit4b054a3400f728c54470ee6a1eefe1d82420f6a2
tree9a505924324810e0d2eb0a6aa62b9a4a60f2a359
parent163a729725c6eb0081b0af41a7279f7d19aee86e
rtpproto: Check the right feature detection macro

IPPROTO_IPV6 is unrelated here (it's only used in udp.c for
multicast sockopts), check for support for the sockaddr_in6
struct itself.

Signed-off-by: Martin Storsjö <martin@martin.st>
libavformat/rtpproto.c