[libav-devel] [PATCH] vdpau: Add missing #includes to fix standalone header compilation

2013-11-04 Thread Diego Biurrun
--- libavcodec/vdpau.h |2 ++ libavcodec/vdpau_internal.h |5 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 8bedea5..bf8f666 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -52,6 +52,8 @@ #include

Re: [libav-devel] [PATCH] vdpau: Add missing #includes to fix standalone header compilation

2013-11-04 Thread Anton Khirnov
On Mon, 4 Nov 2013 18:16:46 +0100, Diego Biurrun di...@biurrun.de wrote: --- libavcodec/vdpau.h |2 ++ libavcodec/vdpau_internal.h |5 - 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 8bedea5..bf8f666

Re: [libav-devel] [PATCH] vdpau: Add missing #includes to fix standalone header compilation

2013-11-04 Thread Diego Biurrun
On Mon, Nov 04, 2013 at 07:07:34PM +0100, Anton Khirnov wrote: On Mon, 4 Nov 2013 18:16:46 +0100, Diego Biurrun di...@biurrun.de wrote: --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@ -26,8 +26,11 @@ #include stdint.h #include vdpau/vdpau.h -#include

Re: [libav-devel] [PATCH] vdpau: Add missing #includes to fix standalone header compilation

2013-11-04 Thread Anton Khirnov
On Mon, 4 Nov 2013 19:09:38 +0100, Diego Biurrun di...@biurrun.de wrote: On Mon, Nov 04, 2013 at 07:07:34PM +0100, Anton Khirnov wrote: On Mon, 4 Nov 2013 18:16:46 +0100, Diego Biurrun di...@biurrun.de wrote: --- a/libavcodec/vdpau_internal.h +++ b/libavcodec/vdpau_internal.h @@

Re: [libav-devel] [PATCH] vdpau: Add missing #includes to fix standalone header compilation

2013-11-04 Thread Diego Biurrun
On Mon, Nov 04, 2013 at 10:23:00PM +0100, Anton Khirnov wrote: On Mon, 4 Nov 2013 19:09:38 +0100, Diego Biurrun di...@biurrun.de wrote: On Mon, Nov 04, 2013 at 07:07:34PM +0100, Anton Khirnov wrote: On Mon, 4 Nov 2013 18:16:46 +0100, Diego Biurrun di...@biurrun.de wrote: ---