Re: [FFmpeg-devel] [PATCH v3 1/4] lavu/hwcontext_opecl: fix the build warning

2018-06-03 Thread myp...@gmail.com
2018-06-04 1:42 GMT+08:00 Mark Thompson : > On 03/06/18 04:15, Jun Zhao wrote: >> fix the build warning when use Portable Computing Language (pocl). >> >> Signed-off-by: Jun Zhao >> --- >> libavutil/hwcontext_opencl.c | 8 >> 1 file changed, 8 insertions(+) >> >> diff --git

Re: [FFmpeg-devel] [PATCH v3 1/4] lavu/hwcontext_opecl: fix the build warning

2018-06-03 Thread Mark Thompson
On 03/06/18 04:15, Jun Zhao wrote: > fix the build warning when use Portable Computing Language (pocl). > > Signed-off-by: Jun Zhao > --- > libavutil/hwcontext_opencl.c | 8 > 1 file changed, 8 insertions(+) > > diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c

[FFmpeg-devel] [PATCH v3 1/4] lavu/hwcontext_opecl: fix the build warning

2018-06-02 Thread Jun Zhao
fix the build warning when use Portable Computing Language (pocl). Signed-off-by: Jun Zhao --- libavutil/hwcontext_opencl.c | 8 1 file changed, 8 insertions(+) diff --git a/libavutil/hwcontext_opencl.c b/libavutil/hwcontext_opencl.c index 43b5c5a..9ecc361 100644 ---