vfwcap: Drop fallback VfW defines
authorDiego Biurrun <diego@biurrun.de>
Fri, 15 Aug 2014 20:13:06 +0000 (22:13 +0200)
committerDiego Biurrun <diego@biurrun.de>
Tue, 19 Aug 2014 13:22:07 +0000 (06:22 -0700)
The defines were added long ago when MinGW still lacked them.

libavdevice/vfwcap.c

index 5fdda4a..c067be3 100644 (file)
 #include <windows.h>
 #include <vfw.h>
 
-/* 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;