]> git.sesse.net Git - ffmpeg/blobdiff - libavformat/network.h
add support for V_THEORA into Matroska
[ffmpeg] / libavformat / network.h
index b67b9b136420adf8ac4e98f474e0e7e0ad988d78..3aa8ba8367969681a47ef1a8ea62eff89dadecbf 100644 (file)
 #include <sys/types.h>
 #include <sys/socket.h>
 #include <netinet/in.h>
+#ifdef HAVE_ARPA_INET_H
 #include <arpa/inet.h>
+#endif
 #include <netdb.h>
 
+#if !defined(HAVE_INET_ATON)
+/* in os_support.c */
+int inet_aton (const char * str, struct in_addr * add);
+#endif
+
 #endif