GNOME Bugzilla – Bug 605121
Bug when you configure gst-plugins-gl
Last modified: 2010-04-26 14:55:24 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?
it's normal to install libgl1-mesa-dev but it should tell that it cannot find opengl dev libraries instead.
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