diff options
author | Frederic Jean <fred@fredjean.net> | 2013-02-27 10:13:09 -0700 |
---|---|---|
committer | Frederic Jean <fred@fredjean.net> | 2013-02-27 10:13:09 -0700 |
commit | c53e8d9029f5aeab8cf1f81d21c89502d8fafb62 (patch) | |
tree | a2140a526f0e2aa0170e0aa069cc195b36b72dcd /tools/ismindex.c | |
parent | 5c924c9b7d6d2cdd890a35f0c236fa2cfc35d66c (diff) | |
download | ffmpeg-c53e8d9029f5aeab8cf1f81d21c89502d8fafb62.tar.gz |
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
Diffstat (limited to 'tools/ismindex.c')
-rw-r--r-- | tools/ismindex.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tools/ismindex.c b/tools/ismindex.c index 9efdebec28..803c5b7286 100644 --- a/tools/ismindex.c +++ b/tools/ismindex.c @@ -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" |