Re: [libav-devel] [PATCH] dxva2: add missing include.

2012-06-23 Thread Martin Storsjö
On Mon, 18 Jun 2012, Måns Rullgård wrote: "Ronald S. Bultje" writes: Hi, On Thu, Jun 14, 2012 at 4:09 PM, Jean-Baptiste Kempf wrote: On Thu, Jun 14, 2012 at 04:05:40PM -0700, Ronald S. Bultje wrote : This should break every mingw compilation. Why? Is the header un-mingw'y? AFAIK, no M

Re: [libav-devel] [PATCH] dxva2: add missing include.

2012-06-18 Thread Måns Rullgård
"Ronald S. Bultje" writes: > Hi, > > On Thu, Jun 14, 2012 at 4:09 PM, Jean-Baptiste Kempf > wrote: >> On Thu, Jun 14, 2012 at 04:05:40PM -0700, Ronald S. Bultje wrote : >>> > This should break every mingw compilation. >>> >>> Why? Is the header un-mingw'y? >> >> AFAIK, no Mingw installation has

Re: [libav-devel] [PATCH] dxva2: add missing include.

2012-06-15 Thread Ronald S. Bultje
Hi, On Thu, Jun 14, 2012 at 4:09 PM, Jean-Baptiste Kempf wrote: > On Thu, Jun 14, 2012 at 04:05:40PM -0700, Ronald S. Bultje wrote : >> > This should break every mingw compilation. >> >> Why? Is the header un-mingw'y? > > AFAIK, no Mingw installation has it. > > Especially since dxva.h is about D

Re: [libav-devel] [PATCH] dxva2: add missing include.

2012-06-14 Thread Jean-Baptiste Kempf
On Thu, Jun 14, 2012 at 04:05:40PM -0700, Ronald S. Bultje wrote : > > This should break every mingw compilation. > > Why? Is the header un-mingw'y? AFAIK, no Mingw installation has it. Especially since dxva.h is about DxVA, and libavcodec uses DxVA2. Best regards, -- Jean-Baptiste Kempf http

Re: [libav-devel] [PATCH] dxva2: add missing include.

2012-06-14 Thread Ronald S. Bultje
Hi, On Thu, Jun 14, 2012 at 4:02 PM, Jean-Baptiste Kempf wrote: > On Thu, Jun 14, 2012 at 03:59:06PM -0700, Ronald S. Bultje wrote : >> +#include > > This should break every mingw compilation. Why? Is the header un-mingw'y? Ronald ___ libav-devel mai

Re: [libav-devel] [PATCH] dxva2: add missing include.

2012-06-14 Thread Jean-Baptiste Kempf
On Thu, Jun 14, 2012 at 03:59:06PM -0700, Ronald S. Bultje wrote : > +#include This should break every mingw compilation. -- Jean-Baptiste Kempf http://www.jbkempf.com/ - +33 672 704 734 Sent from my Electronic Device ___ libav-devel mailing list lib

[libav-devel] [PATCH] dxva2: add missing include.

2012-06-14 Thread Ronald S. Bultje
From: "Ronald S. Bultje" --- libavcodec/dxva2.h |1 + 1 file changed, 1 insertion(+) diff --git a/libavcodec/dxva2.h b/libavcodec/dxva2.h index c06f1f3..8df9bb0 100644 --- a/libavcodec/dxva2.h +++ b/libavcodec/dxva2.h @@ -33,6 +33,7 @@ #include #include +#include /** * @defgroup