Re: [FFmpeg-user] No opencl header in fresh build install dir

2018-11-19 Thread Erwan Douaille
Le lun. 19 nov. 2018 à 16:07, Carl Eugen Hoyos a écrit : > 2018-11-19 15:40 GMT+01:00, Erwan Douaille : > > Le lun. 19 nov. 2018 à 15:36, Carl Eugen Hoyos a > > écrit : > > > >> 2018-11-19 10:22 GMT+01:00, Erwan Douaille : > >> > Thanks for your reply. > >> > > >> > Indeed, opencl has been

Re: [FFmpeg-user] No opencl header in fresh build install dir

2018-11-19 Thread Carl Eugen Hoyos
2018-11-19 15:40 GMT+01:00, Erwan Douaille : > Le lun. 19 nov. 2018 à 15:36, Carl Eugen Hoyos a > écrit : > >> 2018-11-19 10:22 GMT+01:00, Erwan Douaille : >> > Thanks for your reply. >> > >> > Indeed, opencl has been compiled and ffmpeg is "opencl ready" : >> > >> >> erwand@MUSTAFAR MINGW64

Re: [FFmpeg-user] No opencl header in fresh build install dir

2018-11-19 Thread Erwan Douaille
Le lun. 19 nov. 2018 à 15:36, Carl Eugen Hoyos a écrit : > 2018-11-19 10:22 GMT+01:00, Erwan Douaille : > > Thanks for your reply. > > > > Indeed, opencl has been compiled and ffmpeg is "opencl ready" : > > > >> erwand@MUSTAFAR MINGW64 /e/Downloads/ffmpeg/bin > >> $ ./ffmpeg.exe -hwaccels | grep

Re: [FFmpeg-user] No opencl header in fresh build install dir

2018-11-19 Thread Carl Eugen Hoyos
2018-11-19 10:22 GMT+01:00, Erwan Douaille : > Thanks for your reply. > > Indeed, opencl has been compiled and ffmpeg is "opencl ready" : > >> erwand@MUSTAFAR MINGW64 /e/Downloads/ffmpeg/bin >> $ ./ffmpeg.exe -hwaccels | grep opencl >> ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg

Re: [FFmpeg-user] No opencl header in fresh build install dir

2018-11-19 Thread Erwan Douaille
Thanks for your reply. Indeed, opencl has been compiled and ffmpeg is "opencl ready" : > erwand@MUSTAFAR MINGW64 /e/Downloads/ffmpeg/bin > $ ./ffmpeg.exe -hwaccels | grep opencl > ffmpeg version 4.1 Copyright (c) 2000-2018 the FFmpeg developers > built with gcc 7.3.0 (Rev2, Built by MSYS2

Re: [FFmpeg-user] No opencl header in fresh build install dir

2018-11-17 Thread Moritz Barsnick
On Thu, Nov 15, 2018 at 17:21:48 +0100, Erwan Douaille wrote: > Do you know if it´s normal ? How to ensure my build is "opencl ready" ? I would say that your output of ./configure already says so. You have the hwaccell opencl, and various *_opencl filters. You could also try: $

[FFmpeg-user] No opencl header in fresh build install dir

2018-11-15 Thread Erwan Douaille
Hey everyone, I Just subscribe to this mailing list because I would like to use ffmpeg with opencl. I´m working on windows 10 with mingw64. Build everything but I don´t see any opencl related headers in my install dir. I don´t have any opencl issue while configuring of compiling. Steps : -