From 12760fc513cb66f0fd39536c35a5898b6cc19498 Mon Sep 17 00:00:00 2001 From: reimar Date: Sat, 2 Jan 2010 17:41:11 +0000 Subject: 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 --- stream/tvi_dshow.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'stream/tvi_dshow.c') 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); /* -- cgit v1.2.3