[Bug 759133] glimagesink: dlopen's wrong libGLESv2 on Raspberry Pi

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Mon Dec 7 15:42:47 PST 2015


https://bugzilla.gnome.org/show_bug.cgi?id=759133

--- Comment #2 from Yann Dirson <ydirson at free.fr> ---
Thanks for pointing out those flags.  However that's still a manual thing and
although it allows "those who know" to get things right, it should imho be
automated.

BTW, the wording of those flags help, eg. "default: libGLESv2" gives the
impression
that the corresponding define would be used, although in reality different code
is
used.

I'd think the real name of the shlib could just be extracted from the program
linked with libGLESv2 when configure checks for it, it's just a matter of
running "objdump -p |grep SONAME" on it.  That would even give the opportunity
to get rid of the "if all fails try libGLESv2.so just in case" hack.

Unfortunately I don't think autoconf gives access to those temporary files,
and we would need to write a new complete test macro just for this, but that
sounds pretty much doable.

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list