[Bug 740530] gstglapi.h:42:21: fatal error: EGL/egl.h: No such file or directory

GStreamer (bugzilla.gnome.org) bugzilla at gnome.org
Sat Nov 22 15:10:31 PST 2014


https://bugzilla.gnome.org/show_bug.cgi?id=740530
  GStreamer | gst-plugins-bad | 1.4.4

Matthew Waters <ystreet00> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ystreet00 at gmail.com

--- Comment #2 from Matthew Waters <ystreet00 at gmail.com> 2014-11-22 23:10:25 UTC ---
There's a difference between CFLAGS=blah ./autogen.sh and ./autogen.sh
CFLAGS=blah.  The second form places the flags inside the automake files where
as the first form requires that you pass the flags to make as well.

> '/usr/local/lib/gstreamer-1.0/libgstopengl.so': /opt/vc/lib/libEGL.so:
> undefined symbol: glPointSizePointerOES

This suggests that you need to set LD_LIBRARY_PATH to include /opt/vc/lib so
that the libraries can find each other.

> '/usr/local/lib/gstreamer-1.0/libgstopengl.so':
> /usr/local/lib/libgstgl-1.0.so.0: undefined symbol: gst_gl_context_glx_new

Obviously it found some x11/glx files on your system and is trying to use them.
 You can disable them by passing --disable-glx --disable-x11 to ./configure.  A
config.log would be helpful in determining what it found.

-- 
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