Re: [Mingw-w64-public] some bug in mingw-w64 directshow header file

2008-10-23 Thread Kai Tietz
Hello Drangon, [EMAIL PROTECTED] wrote on 23.10.2008 04:52:39: > hi, > > When using mingw-w64 to build directshow program, there some bug : > > (1) strmif.h:8376, ddraw.h not found, this line should be remove or > wrap by MINGW_HAS_DDRAW_H > line 6807 already do this. > > (2) strmif.h:9115

[Mingw-w64-public] some bug in mingw-w64 directshow header file

2008-10-22 Thread zhou drangon
hi, When using mingw-w64 to build directshow program, there some bug : (1) strmif.h:8376, ddraw.h not found, this line should be remove or wrap by MINGW_HAS_DDRAW_H line 6807 already do this. (2) strmif.h:9115, DDCOLORKEY not defined, maybe we can get a simple define for it. here are the pa