ismindex: Fix build on mingw
Signed-off-by: Martin Storsjö <martin@martin.st>
This commit is contained in:
parent
d78bb1a4b2
commit
8801fac365
@ -35,6 +35,10 @@
|
|||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
#include <sys/stat.h>
|
#include <sys/stat.h>
|
||||||
|
#ifdef _WIN32
|
||||||
|
#include <io.h>
|
||||||
|
#define mkdir(a, b) mkdir(a)
|
||||||
|
#endif
|
||||||
|
|
||||||
#include "libavformat/avformat.h"
|
#include "libavformat/avformat.h"
|
||||||
#include "libavutil/intreadwrite.h"
|
#include "libavutil/intreadwrite.h"
|
||||||
|
Loading…
x
Reference in New Issue
Block a user