summaryrefslogtreecommitdiffstats
path: root/libmpdemux/yuv4mpeg.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpdemux/yuv4mpeg.h')
-rw-r--r--libmpdemux/yuv4mpeg.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/libmpdemux/yuv4mpeg.h b/libmpdemux/yuv4mpeg.h
index 7ada483967..af8293b202 100644
--- a/libmpdemux/yuv4mpeg.h
+++ b/libmpdemux/yuv4mpeg.h
@@ -31,6 +31,10 @@
//#include "mp_msg.h"
#include "stream.h"
+#ifdef __MINGW32__
+typedef long ssize_t;
+#endif
+
/************************************************************************
* error codes returned by y4m_* functions