]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/os_support.c
rtmp: Add a new option 'rtmp_buffer', for setting the client buffer time
[ffmpeg] / libavformat / os_support.c
index c6715f3cc31e2cfc023248ace8288abfffe6d97e..889a005eebbdd36201b7a528aa5654adb40bdfd8 100644 (file)
@@ -71,7 +71,6 @@ int ff_win32_open(const char *filename_utf8, int oflag, int pmode)
 
 #if !HAVE_INET_ATON
 #include <stdlib.h>
-#include <strings.h>
 
 int ff_inet_aton (const char * str, struct in_addr * add)
 {