[SCM] libav/master: vfwcap: Drop fallback VfW defines

siretart at users.alioth.debian.org siretart at users.alioth.debian.org
Wed Sep 17 01:18:07 UTC 2014


The following commit has been merged in the master branch:
commit 8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2
Author: Diego Biurrun <diego at biurrun.de>
Date:   Fri Aug 15 22:13:06 2014 +0200

    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 <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;

-- 
Libav/FFmpeg packaging



More information about the pkg-multimedia-commits mailing list