Re: [libav-devel] [PATCH] vdpau: Do not #include vdpau_x11.h from the main vdpau header

2016-12-08 Thread Vittorio Giovara
On Thu, Dec 8, 2016 at 2:13 PM, Diego Biurrun wrote: > That header should only be included in the special bits that use X11 code. > --- > libavcodec/vdpau.h | 1 - > 1 file changed, 1 deletion(-) > > diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h > index 967c728..acd63cc 100644 > --- a/liba

[libav-devel] [PATCH] vdpau: Do not #include vdpau_x11.h from the main vdpau header

2016-12-08 Thread Diego Biurrun
That header should only be included in the special bits that use X11 code. --- libavcodec/vdpau.h | 1 - 1 file changed, 1 deletion(-) diff --git a/libavcodec/vdpau.h b/libavcodec/vdpau.h index 967c728..acd63cc 100644 --- a/libavcodec/vdpau.h +++ b/libavcodec/vdpau.h @@ -50,7 +50,6 @@ */ #in