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