[mythtv-commits] mythtv commit: r14643 by danielk

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Mon Oct 8 17:14:43 UTC 2007


      Author: danielk
        Date: 2007-10-08 17:14:42 +0000 (Mon, 08 Oct 2007)
New Revision: 14643
   Changeset: http://cvs.mythtv.org/trac/changeset/14643

Modified:

   branches/release-0-20-fixes/mythtv/libs/libmythtv/vsync.cpp

Log:

Fixes #4064. Backport GLX 1.4 glXGetProcAddress support to 0.20-fixes.


Some GLX headers have removed GLX_ARB_get_proc_address in favor of the new GLX 1.4 glXGetProcAddress call, this backports the construction we use in trunk to use the correct glXGetProcAddress call, trying the GLX 1.4 version first, then the ARB version and finally the original GLX Extension.




More information about the mythtv-commits mailing list