summaryrefslogtreecommitdiffstats
path: root/stream
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-02 16:46:02 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-11-02 16:46:02 +0000
commit6818a5e843584e9d0903c8465b3fcc6df9c4c21b (patch)
tree9d4660a6e747ad0217b45e8042e686f105c7d248 /stream
parentc9f2a3636c86b908878a27a05c73b7f939d6f732 (diff)
downloadmpv-6818a5e843584e9d0903c8465b3fcc6df9c4c21b.tar.bz2
mpv-6818a5e843584e9d0903c8465b3fcc6df9c4c21b.tar.xz
vfw.h needs a windows.h include before on MinGW64.
Since vfw.h on MinGW32 includes windows.h automatically it should not make a difference there. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@27880 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream')
-rw-r--r--stream/tvi_dshow.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/stream/tvi_dshow.h b/stream/tvi_dshow.h
index bc347e5930..784bcfb0c2 100644
--- a/stream/tvi_dshow.h
+++ b/stream/tvi_dshow.h
@@ -5,6 +5,7 @@
#define INITGUID
#include <inttypes.h>
+#include <windows.h>
//#include <ole2.h>
#include <vfw.h>
#include "loader/dshow/mediatype.h"