Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/FFmpeg/FFmpeg.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Niedermayer <michaelni@gmx.at>2014-07-08 22:29:59 +0400
committerMichael Niedermayer <michaelni@gmx.at>2014-07-08 22:29:59 +0400
commiteee6ad38f99ad38b7d60382f572cbd5542a80c4c (patch)
tree277b5afb0b4a32c3409ebacc451c0e71ead06006 /libavdevice/lavfi.c
parent550bda741cfe0e471a70e40529a9ab02d31b7049 (diff)
avdevice/lavfi: add io.h, should fix msvc build
Signed-off-by: Michael Niedermayer <michaelni@gmx.at>
Diffstat (limited to 'libavdevice/lavfi.c')
-rw-r--r--libavdevice/lavfi.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/libavdevice/lavfi.c b/libavdevice/lavfi.c
index f96fe8352c..4fc09d86c8 100644
--- a/libavdevice/lavfi.c
+++ b/libavdevice/lavfi.c
@@ -45,6 +45,9 @@
#if HAVE_UNISTD_H
#include <unistd.h> /* close() */
#endif
+#if HAVE_IO_H
+#include <io.h>
+#endif
typedef struct {
AVClass *class; ///< class for private options