[FFmpeg-cvslog] r21411 - trunk/libavdevice/vfwcap.c
ramiro
subversion
Sat Jan 23 21:58:29 CET 2010
Author: ramiro
Date: Sat Jan 23 21:58:29 2010
New Revision: 21411
Log:
vfwcap: Include windows.h before vfw.h since the latter requires defines
from the former.
Patch by kemuri <kemuri9 at gmail dot com>
Modified:
trunk/libavdevice/vfwcap.c
Modified: trunk/libavdevice/vfwcap.c
==============================================================================
--- trunk/libavdevice/vfwcap.c Sat Jan 23 21:42:00 2010 (r21410)
+++ trunk/libavdevice/vfwcap.c Sat Jan 23 21:58:29 2010 (r21411)
@@ -20,8 +20,8 @@
*/
#include "libavformat/avformat.h"
-#include <vfw.h>
#include <windows.h>
+#include <vfw.h>
//#define DEBUG_VFW
More information about the ffmpeg-cvslog
mailing list