[Bug 740530] gstglapi.h:42:21: fatal error: EGL/egl.h: No such file or directory
GStreamer (bugzilla.gnome.org)
bugzilla at gnome.org
Mon Nov 24 00:46:29 PST 2014
https://bugzilla.gnome.org/show_bug.cgi?id=740530
GStreamer | gst-plugins-bad | 1.4.4
--- Comment #5 from Arnaud Loonstra <arnaud at sphaero.org> 2014-11-24 08:46:25 UTC ---
Yeah, I tried many types of escaping haven't found a working one yet. I did get
it to compile again passing the vars to make directly. Still seeing linking
errors
Failed to load plugin '/usr/local/lib/gstreamer-1.0/libgstopengl.so':
/opt/vc/lib/libEGL.so: undefined symbol: glPointSizePointerOES
which are resolved by doing
LD_PRELOAD=/opt/vc/lib/libGLESv2.so gst-inspect-1.0
The env contains
LD_LIBRARY_PATH=/usr/local/lib/:/opt/vc/lib
I don't understand why it does link
I didn't have this much trouble when building the latest from git?
I'm using a script to build gstreamer completely:
https://gist.github.com/sphaero/02717b0b35501ad94863
Here's troublesome plugins-bad
https://gist.github.com/sphaero/02717b0b35501ad94863#file-gstreamer-build-sh-L112
Here's troublesome omx:
https://gist.github.com/sphaero/02717b0b35501ad94863#file-gstreamer-build-sh-L141
--
Configure bugmail: https://bugzilla.gnome.org/userprefs.cgi?tab=email
------- 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