diff os_support.h @ 6460:e29a553aa1fc libavformat

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.
author rbultje
date Fri, 03 Sep 2010 20:06:01 +0000
parents 2e3e76e8ada4
children
line wrap: on
line diff
--- a/os_support.h	Fri Sep 03 19:30:27 2010 +0000
+++ b/os_support.h	Fri Sep 03 20:06:01 2010 +0000
@@ -55,10 +55,6 @@
 #define closesocket close
 #endif
 
-#ifndef INET6_ADDRSTRLEN
-#define INET6_ADDRSTRLEN INET_ADDRSTRLEN
-#endif
-
 #if CONFIG_FFSERVER
 #if !HAVE_POLL_H
 typedef unsigned long nfds_t;