This website works better with JavaScript.
Home
Help
Sign In
falkTX
/
FFmpeg
mirror of
https://github.com/falkTX/FFmpeg.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
338
Wiki
Activity
Browse Source
ismindex: Fix build on mingw
Signed-off-by: Martin Storsjö <martin@martin.st>
tags/n0.11
Martin Storsjö
13 years ago
parent
d78bb1a4b2
commit
8801fac365
1 changed files
with
4 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+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"
Write
Preview
Loading…
Cancel
Save