summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-02 17:41:11 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2010-01-02 17:41:11 +0000
commit12760fc513cb66f0fd39536c35a5898b6cc19498 (patch)
tree92ef075e02539a4fe44564acedb4c7e95c1ff1b7 /stream/tvi_dshow.c
parentf4f37e555a0fd2041009cbf431ea9ec58203f5de (diff)
downloadmpv-12760fc513cb66f0fd39536c35a5898b6cc19498.tar.bz2
mpv-12760fc513cb66f0fd39536c35a5898b6cc19498.tar.xz
Several hacks to fix compilation of tvi_dshow on MinGW64.
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30169 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'stream/tvi_dshow.c')
-rw-r--r--stream/tvi_dshow.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/stream/tvi_dshow.c b/stream/tvi_dshow.c
index 97fb5f0d5f..46accd81ed 100644
--- a/stream/tvi_dshow.c
+++ b/stream/tvi_dshow.c
@@ -89,6 +89,11 @@
#include "tvi_dshow.h"
+#ifndef STDCALL
+// mingw64 needs this
+#define STDCALL __stdcall
+#endif
+
static tvi_handle_t *tvi_init_dshow(tv_param_t* tv_param);
/*