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
avutil/bprint:ædd io.h, try to fix msvc build
Suggested-by: jamrial Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
tags/n2.3
Michael Niedermayer
11 years ago
parent
b83e0903ec
commit
31d49db75e
1 changed files
with
3 additions
and
0 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+3
-0
libavutil/bprint.c
+ 3
- 0
libavutil/bprint.c
View File
@@ -30,6 +30,9 @@
#include "error.h"
#include "mem.h"
#if HAVE_IO_H
#include <io.h>
#endif
#if HAVE_UNISTD_H
#include <unistd.h>
#endif
Write
Preview
Loading…
Cancel
Save