]> git.sesse.net Git - vlc/commit
Rework OpenGL detection
authorRémi Denis-Courmont <remi@remlab.net>
Fri, 11 Nov 2011 16:05:54 +0000 (18:05 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Fri, 11 Nov 2011 16:09:24 +0000 (18:09 +0200)
commitfd2d2437e9d2e6443adc6e5434ba442ba1ff6e9e
tree7c356e27a08d0059c29a30207d659367595862fb
parentbba88abc2c53ecae8e7d56b87c1515d3ae899666
Rework OpenGL detection

 * Comment out checks for GL ES, as the plugins are not working.
 * Check libGL only once.
 * Disable EGL by default as it is incomplete and does not correctly
   check for version (1.4 or later is assumed).
 * Only the generic OpenGL output if EGL is available, as there are
   currently no other OpenGL provider plugins.
configure.ac