Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-23 Thread Jacek Caban
Hi Kai, Thanks for review, committed as r5050. Cheers, Jacek -- Live Security Virtual Conference Exclusive live event will cover all the ways today's security and threat landscape has changed and how IT managers can res

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-23 Thread Kai Tietz
Jacek, thanks for the patch. When tests are passing, the patch is pre-approved. Thanks, Kai 2012/5/23 Jacek Caban : > On 05/23/12 08:29, Ozkan Sezer wrote: >> On Wed, May 23, 2012 at 6:02 AM, Phillip Hellewell wrote: >>> Phillip Hellewell writes: I'm not sure that's the whole story. I th

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-23 Thread Jacek Caban
On 05/23/12 08:29, Ozkan Sezer wrote: > On Wed, May 23, 2012 at 6:02 AM, Phillip Hellewell wrote: >> Phillip Hellewell writes: >>> I'm not sure that's the whole story. I think there may be an issue with >>> strmif.h. >>> >> FYI, I don't know if this was the right fix, but I moved the >> VIDEO_STR

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-22 Thread Ozkan Sezer
On Wed, May 23, 2012 at 6:02 AM, Phillip Hellewell wrote: > Phillip Hellewell writes: >> >> I'm not sure that's the whole story. I think there may be an issue with >> strmif.h. >> > > FYI, I don't know if this was the right fix, but I moved the > VIDEO_STREAM_CONFIG_CAPS struct and AUDIO_STREAM_C

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-22 Thread Phillip Hellewell
Phillip Hellewell writes: > > I'm not sure that's the whole story. I think there may be an issue with > strmif.h. > FYI, I don't know if this was the right fix, but I moved the VIDEO_STREAM_CONFIG_CAPS struct and AUDIO_STREAM_CONFIG_CAPS below it to just above the #ifndef __IAMStreamConfig_INTE

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-22 Thread Phillip Hellewell
Ozkan Sezer writes: > > That's because your libavdevice/dshow.h is misfortunately named > "dshow.h". It is attempting to include system's dshow.h by an > #include directive, which is wrong: you should use #include_next > instead (or rename the header). If system's dshow.h is included, > it incl

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-21 Thread Ozkan Sezer
On Mon, May 21, 2012 at 9:28 AM, Kyle wrote: > Hi, > > I just updated my MinGW-w64 tool chain and am having issues compiling > FFmpeg now. > > I'm getting: > /home/kyle/software/ffmpeg/source/ffmpeg-git/libavdevice/dshow.h:35:1: > error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS' [...] That's b

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-20 Thread Kyle
Hi Kai, Thanks for responding so quickly. On 5/21/2012 2:40 AM, Kai Tietz wrote: > the type VIDEO_STREAM_CONFIG_CAPS is part of the strmif.h header on > trunk. Please check if your toolchain version has this typedef in > strmif.h header. Line 8083 of strmif.h reads: typedef struct _VIDEO_STREAM

Re: [Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-20 Thread Kai Tietz
Hi Kyle, the type VIDEO_STREAM_CONFIG_CAPS is part of the strmif.h header on trunk. Please check if your toolchain version has this typedef in strmif.h header. Regards, Kai -- Live Security Virtual Conference Exclusive

[Mingw-w64-public] error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS'

2012-05-20 Thread Kyle
Hi, I just updated my MinGW-w64 tool chain and am having issues compiling FFmpeg now. I'm getting: /home/kyle/software/ffmpeg/source/ffmpeg-git/libavdevice/dshow.h:35:1: error: unknown type name 'VIDEO_STREAM_CONFIG_CAPS' /home/kyle/software/ffmpeg/source/ffmpeg-git/libavdevice/dshow.h:36:1: e