Browse Source

ismindex: Fix build on mingw

Signed-off-by: Martin Storsjö <martin@martin.st>
(cherry picked from commit 8801fac365)

Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n0.10
Martin Storsjö Michael Niedermayer 14 years ago
parent
commit
b9e79a3f4e
1 changed files with 4 additions and 0 deletions
  1. +4
    -0
      tools/ismindex.c

+ 4
- 0
tools/ismindex.c View File

@@ -35,6 +35,10 @@
#include <stdio.h>
#include <string.h>
#include <sys/stat.h>
#ifdef _WIN32
#include <io.h>
#define mkdir(a, b) mkdir(a)
#endif

#include "libavformat/avformat.h"
#include "libavutil/intreadwrite.h"


Loading…
Cancel
Save