Include fix for building ismindex under MinGW
Include cmdutils.h so we can build under windows. Based on fix for https://ffmpeg.org/trac/ffmpeg/ticket/256
This commit is contained in:
parent
5c924c9b7d
commit
c53e8d9029
@ -40,6 +40,8 @@
|
||||
#define mkdir(a, b) _mkdir(a)
|
||||
#endif
|
||||
|
||||
#include "cmdutils.h"
|
||||
|
||||
#include "libavformat/avformat.h"
|
||||
#include "libavutil/intreadwrite.h"
|
||||
#include "libavutil/mathematics.h"
|
||||
|
Loading…
Reference in New Issue
Block a user