Commit c53e8d90 authored by Frederic Jean's avatar Frederic Jean

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
parent 5c924c9b
...@@ -40,6 +40,8 @@ ...@@ -40,6 +40,8 @@
#define mkdir(a, b) _mkdir(a) #define mkdir(a, b) _mkdir(a)
#endif #endif
#include "cmdutils.h"
#include "libavformat/avformat.h" #include "libavformat/avformat.h"
#include "libavutil/intreadwrite.h" #include "libavutil/intreadwrite.h"
#include "libavutil/mathematics.h" #include "libavutil/mathematics.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment