summaryrefslogtreecommitdiffstats
path: root/libmpdemux
diff options
context:
space:
mode:
authorfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 17:38:51 +0000
committerfaust3 <faust3@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-30 17:38:51 +0000
commite0c59923eca03f6652bd78819fb44e0d79af613f (patch)
tree9c7b628837125f5ef9ebcfb53abc139f992b2800 /libmpdemux
parent9d5de25fb2b678753d5db6995e1dbf5f1f2e8f1c (diff)
downloadmpv-e0c59923eca03f6652bd78819fb44e0d79af613f.tar.bz2
mpv-e0c59923eca03f6652bd78819fb44e0d79af613f.tar.xz
remove ssize_t mess
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10211 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'libmpdemux')
-rw-r--r--libmpdemux/yuv4mpeg.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/libmpdemux/yuv4mpeg.h b/libmpdemux/yuv4mpeg.h
index af8293b202..1235de83b5 100644
--- a/libmpdemux/yuv4mpeg.h
+++ b/libmpdemux/yuv4mpeg.h
@@ -31,9 +31,6 @@
//#include "mp_msg.h"
#include "stream.h"
-#ifdef __MINGW32__
-typedef long ssize_t;
-#endif
/************************************************************************