From: Diego Biurrun Date: Fri, 15 Aug 2014 20:13:06 +0000 (+0200) Subject: vfwcap: Drop fallback VfW defines X-Git-Tag: v12_dev0~6 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2;p=platform%2Fupstream%2Flibav.git vfwcap: Drop fallback VfW defines The defines were added long ago when MinGW still lacked them. --- diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c index 5fdda4a..c067be3 100644 --- a/libavdevice/vfwcap.c +++ b/libavdevice/vfwcap.c @@ -27,14 +27,6 @@ #include #include -/* Defines for VFW missing from MinGW. - * Remove this when MinGW incorporates them. */ -#define HWND_MESSAGE ((HWND)-3) - -#define BI_RGB 0 - -/* End of missing MinGW defines */ - struct vfw_ctx { const AVClass *class; HWND hwnd;