From 420755dd282a913c2163d5589706d6a99a18d10f Mon Sep 17 00:00:00 2001 From: kemuri Date: Sat, 23 Jan 2010 20:58:29 +0000 Subject: vfwcap: Include windows.h before vfw.h since the latter requires defines from the former. Patch by kemuri Originally committed as revision 21411 to svn://svn.ffmpeg.org/ffmpeg/trunk --- libavdevice/vfwcap.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libavdevice') diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index 60ab169e76..4d07664094 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -20,8 +20,8 @@ */ #include "libavformat/avformat.h" -#include #include +#include //#define DEBUG_VFW -- cgit v1.2.3