Re: [FFmpeg-devel] [PATCH v2 1/2] lavu: Add DRM hwcontext

2017-07-07 Thread wm4
On Fri, 7 Jul 2017 08:51:51 +0800 Jun Zhao wrote: > On 2017/7/6 7:02, Mark Thompson wrote: > > diff --git a/libavutil/hwcontext.h b/libavutil/hwcontext.h > > index edf12cc631..fe7613b379 100644 > > --- a/libavutil/hwcontext.h > > +++ b/libavutil/hwcontext.h > > @@ -32,6 +32,7 @@ enum AVHWDeviceT

Re: [FFmpeg-devel] [PATCH v2 1/2] lavu: Add DRM hwcontext

2017-07-06 Thread Jun Zhao
On 2017/7/6 7:02, Mark Thompson wrote: > --- > Updated following discussion: > * Back to using nested arrays. > * Documentation improved. > * Configure option now called libdrm. > * Other minor fixups. > > > configure | 3 + > libavutil/Makefile | 2 + > li

Re: [FFmpeg-devel] [PATCH v2 1/2] lavu: Add DRM hwcontext

2017-07-06 Thread Mark Thompson
On 06/07/17 09:00, wm4 wrote: > On Thu, 6 Jul 2017 00:02:08 +0100 > Mark Thompson wrote: > >> --- >> Updated following discussion: >> * Back to using nested arrays. >> * Documentation improved. >> * Configure option now called libdrm. >> * Other minor fixups. >> >> >> configure

Re: [FFmpeg-devel] [PATCH v2 1/2] lavu: Add DRM hwcontext

2017-07-06 Thread wm4
On Thu, 6 Jul 2017 00:02:08 +0100 Mark Thompson wrote: > --- > Updated following discussion: > * Back to using nested arrays. > * Documentation improved. > * Configure option now called libdrm. > * Other minor fixups. > > > configure | 3 + > libavutil/Makefile