summaryrefslogtreecommitdiff
path: root/libavdevice
diff options
context:
space:
mode:
authorDiego Biurrun <diego@biurrun.de>2014-08-15 22:13:06 +0200
committerDiego Biurrun <diego@biurrun.de>2014-08-19 06:22:07 -0700
commit8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2 (patch)
tree055c6ecf2716ff1c636659a83f2a0bb466f7c677 /libavdevice
parent86dfcfd0e30d6645eea2c63c1c60a0550e7c97ea (diff)
vfwcap: Drop fallback VfW defines
The defines were added long ago when MinGW still lacked them.
Diffstat (limited to 'libavdevice')
-rw-r--r--libavdevice/vfwcap.c8
1 files changed, 0 insertions, 8 deletions
diff --git a/libavdevice/vfwcap.c b/libavdevice/vfwcap.c
index 5fdda4a606..c067be3f83 100644
--- a/libavdevice/vfwcap.c
+++ b/libavdevice/vfwcap.c
@@ -27,14 +27,6 @@
#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;