Skip to content

wasm: gl: disable egl_pbuffer for emscripten

Alaric Senat requested to merge asenat/vlc:emscripten-egl into master

Emscripten does not provide eglCreatePbufferSurface and the module is built for every EGL supporting platforms since 75b62f44. This was not failing on the CI as we don't link for now. Only the symbol is missing from the implementation.

Merge request reports