[vlc-devel] [PATCH 1/2] egl: Import GLES symbols with a direct library dlopen
Thomas Guillem
thomas at gllm.fr
Tue May 22 17:35:45 CEST 2018
On Tue, May 22, 2018, at 17:19, Rémi Denis-Courmont wrote:
> Le tiistaina 22. toukokuuta 2018, 18.08.14 EEST Thomas Guillem a écrit :
> > VLC uses eglGetProcAddress() to fetch core symbols.
>
> There are no such bugs in the EGL plugin AFAICT.
>
> There are a lot potential of issues in the GL(ES) plugin though.
> GET_PROC_ADDR_CORE() seems counter-sensical.
OK, the culprit is http://git.videolan.org/?p=vlc.git;a=commit;h=744ac6ec380ef07db7cb6f6ed07d4c9ba9708798 then
We should not use eglGetProcAddress() to fetch core symbols but dlopen+dlsym.
>
> --
> Rémi Denis-Courmont
> http://www.remlab.net/
>
>
>
> _______________________________________________
> vlc-devel mailing list
> To unsubscribe or modify your subscription options:
> https://mailman.videolan.org/listinfo/vlc-devel
More information about the vlc-devel
mailing list