./ffmpeg -init_hw_device list
Supported hardware device types:
vdpau
cuda
vaapi
vulkan
Instead with system ffmpeg:
ffmpeg -init_hw_device list
[...]
Supported hardware device types:
vdpau
cuda
vaapi
qsv
drm
opencl
vulkan
./ffmpeg -filters
bash: ./ffmpeg:no such file or directory
(with system ffmpeg I get the full list)
last error seems strange, if you do all this from inside thirdparty/ffmpeg-5.1 dir.
But guess our options somewhat had no effect on ffmpeg compiled as part of cingg's thirdparty build?
Oh, guess you can drop this alley for now ..:/ I logged ffmpeg (32bit) opencl error at mesa bugtracker, [0] so may be it will be resolved at some future time so I'll play with it some more
Sorry!