Skip to content
Snippets Groups Projects
Commit c53e8d90 authored by Frederic Jean's avatar Frederic Jean
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment