summaryrefslogtreecommitdiffstats
path: root/libmpdemux/yuv4mpeg.h
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-04 20:32:21 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-04-04 20:32:21 +0000
commit0c185d95e2e3ff8c4008cc49553ea487c865248d (patch)
tree3df4b1de515ccec5410b4b8eb27eaf2187d22482 /libmpdemux/yuv4mpeg.h
parent425b08fcc67c5c1e6880c172c9b854b5a2dfe39f (diff)
downloadmpv-0c185d95e2e3ff8c4008cc49553ea487c865248d.tar.bz2
mpv-0c185d95e2e3ff8c4008cc49553ea487c865248d.tar.xz
temporary disable mf support for systems without glob
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@9834 b3059339-0415-0410-9bf9-f77b7e298cf2
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