I'm trying to compile VLC 0.9.9a but I get into dependency errors.
When I issue #./configure --prefix=/usr/vlc I get:
Code: Select all
...
checking for X11/extensions/Xv.h... no
checking for X11/Xlib.h... (cached) yes
checking GL/glu.h usability... no
checking GL/glu.h presence... no
checking for GL/glu.h... no
checking GL/glx.h usability... yes
checking GL/glx.h presence... yes
checking for GL/glx.h... yes
configure: error: Please install GL development package. Alternatively you can also configure with --disable-glx.
Thanks a lot.