[FFmpeg-cvslog] vfwcap: Drop fallback VfW defines

Diego Biurrun git at videolan.org
Tue Aug 19 18:39:36 CEST 2014


ffmpeg | branch: master | Diego Biurrun <diego at biurrun.de> | Fri Aug 15 22:13:06 2014 +0200| [8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2] | committer: Diego Biurrun

vfwcap: Drop fallback VfW defines

The defines were added long ago when MinGW still lacked them.

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=8bc52dbd9dffb1b2fa4a6aeed2d298d036b619b2
---

 libavdevice/vfwcap.c |    8 --------
 1 file changed, 8 deletions(-)

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;



More information about the ffmpeg-cvslog mailing list