summaryrefslogtreecommitdiffstats
path: root/stream/tvi_dshow.c
diff options
context:
space:
mode:
authorUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:17:56 +0200
committerUoti Urpala <uau@glyph.nonexistent.invalid>2010-01-08 01:17:56 +0200
commitd157b2a8ce6c4a708b91dc5e2d52b2d672e8c2ec (patch)
treebfcdec92ef691c472bb71a896ccb5ee1d7e29129 /stream/tvi_dshow.c
parentdd0bab9239fb1be1df856205d6a5c085910e0ae8 (diff)
parent1d3fd9e1ea720c23076268cb69fa2c4245dd9109 (diff)
downloadmpv-d157b2a8ce6c4a708b91dc5e2d52b2d672e8c2ec.tar.bz2
mpv-d157b2a8ce6c4a708b91dc5e2d52b2d672e8c2ec.tar.xz
Merge svn changes up to r30173
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 09c6328d8d..50830da848 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);
/*