The same file already includes this header a few lines further above. --- libavformat/os_support.h | 2 -- 1 file changed, 2 deletions(-)
diff --git a/libavformat/os_support.h b/libavformat/os_support.h index f751d41..068abdf 100644 --- a/libavformat/os_support.h +++ b/libavformat/os_support.h @@ -48,8 +48,6 @@ #include <io.h> #endif #define mkdir(a, b) _mkdir(a) -#else -#include <sys/stat.h> #endif static inline int is_dos_path(const char *path) -- 1.9.3 (Apple Git-50) _______________________________________________ libav-devel mailing list [email protected] https://lists.libav.org/mailman/listinfo/libav-devel
