summaryrefslogtreecommitdiff
authorMichael Niedermayer <michaelni@gmx.at>2013-08-06 12:50:21 (GMT)
committer Michael Niedermayer <michaelni@gmx.at>2013-08-06 12:50:27 (GMT)
commit1dfb34db6dd0fcce78a54eb29e09fa5984da6e9a (patch)
tree148587eda602518317622ce2c3c84b93d0f45676
parent318d7a963871df1eaf19acff64cb0e5633553cf4 (diff)
parentbea3d6f4363ff1bbbd99c1717f7498b9fdb12cfc (diff)
downloadffmpeg-1dfb34db6dd0fcce78a54eb29e09fa5984da6e9a.zip
ffmpeg-1dfb34db6dd0fcce78a54eb29e09fa5984da6e9a.tar.gz
ffmpeg-1dfb34db6dd0fcce78a54eb29e09fa5984da6e9a.tar.bz2
Merge commit 'bea3d6f4363ff1bbbd99c1717f7498b9fdb12cfc'
* commit 'bea3d6f4363ff1bbbd99c1717f7498b9fdb12cfc': ismindex: Replace mkdir ifdeffery by os_support.h #include Merged-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat
-rw-r--r--tools/ismindex.c6
1 files changed, 1 insertions, 5 deletions
diff --git a/tools/ismindex.c b/tools/ismindex.c
index 67a1927..7aaa235 100644
--- a/tools/ismindex.c
+++ b/tools/ismindex.c
@@ -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"