Commit 1dfb34db authored by Michael Niedermayer's avatar Michael Niedermayer

Merge commit 'bea3d6f4'

* commit 'bea3d6f4':
  ismindex: Replace mkdir ifdeffery by os_support.h #include
Merged-by: 's avatarMichael Niedermayer <michaelni@gmx.at>
parents 318d7a96 bea3d6f4
......@@ -34,15 +34,11 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#ifdef _WIN32
#include <direct.h>
#define mkdir(a, b) _mkdir(a)
#endif
#include "cmdutils.h"
#include "libavformat/avformat.h"
#include "libavformat/os_support.h"
#include "libavutil/intreadwrite.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