transitive-bullshit / ffmpeg-gl-transition

FFmpeg filter for applying GLSL transitions between video streams.
650 stars 126 forks source link

instructions about build EGL env,make EGL optional #17

Closed turengege closed 6 years ago

turengege commented 6 years ago

Hi

Since EGL is not usually used on desktop GL. I am not sure weather it is working on AMD devices, or on Windows.

So I add a macro to make EGL optional.

ziyunfei commented 6 years ago

My CentOS 7 server doesn't have a GPU, I got an error when running ffmpeg with gltransition filter:

libEGL warning: DRI2: xcb_connect failed
libEGL warning: DRI2: xcb_connect failed
Segmentation fault
turengege commented 6 years ago

@ziyunfei hi, please read the README.md in this commit, the part of "Without EGL".