glcontext: Try to open lib{EGL|GL|GLESv2}.so.1 before lib{EGL|GL|GLESv2}
authorEdward Hervey <bilboed@bilboed.com>
Thu, 29 May 2014 14:59:28 +0000 (16:59 +0200)
committerTim-Philipp Müller <tim@centricular.com>
Sat, 9 Dec 2017 19:31:42 +0000 (19:31 +0000)
commit14f844e1e92b15ad61ae9a4cad3472f5368c38d4
tree09f55237a4faf67ab45ef77fdf323650b02540c3
parent631278270ff1df42afc7386fd5395b31e8c8a559
glcontext: Try to open lib{EGL|GL|GLESv2}.so.1 before lib{EGL|GL|GLESv2}

Fixes issues with .so (without numbering) being installed for development
(such as from mesa-dev) but actual driver (with numbering) coming from
some other place (like nvidia drivers)
gst-libs/gst/gl/egl/gstglcontext_egl.c
gst-libs/gst/gl/gstglcontext.c