Skip to content
Snippets Groups Projects
Commit f0d8ac52 authored by Ronald S. Bultje's avatar Ronald S. Bultje
Browse files

Move INET6_ADDRSTRLEN to network.h, similar to other network-related fixups

for broken OSes. This is included in rtsp.h, as opposed to os_support.h.
Should fix OS/2 broken build on fate.

Originally committed as revision 25035 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent 521d434f
Branches
Tags
No related merge requests found
...@@ -151,4 +151,8 @@ const char *ff_gai_strerror(int ecode); ...@@ -151,4 +151,8 @@ const char *ff_gai_strerror(int ecode);
#define gai_strerror ff_gai_strerror #define gai_strerror ff_gai_strerror
#endif #endif
#ifndef INET6_ADDRSTRLEN
#define INET6_ADDRSTRLEN INET_ADDRSTRLEN
#endif
#endif /* AVFORMAT_NETWORK_H */ #endif /* AVFORMAT_NETWORK_H */
...@@ -55,10 +55,6 @@ typedef int socklen_t; ...@@ -55,10 +55,6 @@ typedef int socklen_t;
#define closesocket close #define closesocket close
#endif #endif
#ifndef INET6_ADDRSTRLEN
#define INET6_ADDRSTRLEN INET_ADDRSTRLEN
#endif
#if CONFIG_FFSERVER #if CONFIG_FFSERVER
#if !HAVE_POLL_H #if !HAVE_POLL_H
typedef unsigned long nfds_t; typedef unsigned long nfds_t;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment