[FFmpeg-cvslog] Include fix for building ismindex under MinGW
Frederic Jean
git at videolan.org
Wed Feb 27 18:53:45 CET 2013
ffmpeg | branch: master | Frederic Jean <fred at fredjean.net> | Wed Feb 27 10:13:09 2013 -0700| [c53e8d9029f5aeab8cf1f81d21c89502d8fafb62] | committer: 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
> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=c53e8d9029f5aeab8cf1f81d21c89502d8fafb62
---
tools/ismindex.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/tools/ismindex.c b/tools/ismindex.c
index 9efdebe..803c5b7 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"
More information about the ffmpeg-cvslog
mailing list