After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 605121 - Bug when you configure gst-plugins-gl
Bug when you configure gst-plugins-gl
Status: RESOLVED FIXED
Product: GStreamer
Classification: Platform
Component: gst-plugins-gl
git master
Other Linux
: Normal normal
: 0.10.2
Assigned To: GStreamer Maintainers
GStreamer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-12-21 10:15 UTC by anthony
Modified: 2010-04-26 14:55 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description anthony 2009-12-21 10:15:46 UTC
When you configure gst-plugins-gl before compiling, the plugin returns me this error : 
checking for GL... no
checking for eglGetError in -lEGL... no
configure: error: EGL is required
Plus to pass this error i must install libgl1-mesa-dev.
Is it normal?
Comment 1 Julien Isorce 2009-12-21 15:54:35 UTC
it's normal to install libgl1-mesa-dev but it should tell that it cannot find opengl dev libraries instead.
Comment 2 Julien Isorce 2010-04-26 10:01:54 UTC
commit 15f8e2d17a61bf505c2c6fcd1296f776cd48dfee
Author: Julien Isorce <julien.isorce@gmail.com>
Date:   Mon Apr 26 12:00:24 2010 +0200

    configure.ac: better error message if neither GL nor EGL

    Fixes bug #605121