[mythtv-commits] Ticket #4064: NVidia OpenGL undefined reference to glXGetProcAddress in SVN14639

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


#4064: NVidia OpenGL undefined reference to glXGetProcAddress in SVN14639
-------------------------------------+--------------------------------------
 Reporter:  ross.campbell at gmail.com  |        Owner:  danielk
     Type:  defect                   |       Status:  closed 
 Priority:  minor                    |    Milestone:  0.21   
Component:  mythtv                   |      Version:  head   
 Severity:  medium                   |   Resolution:  fixed  
  Mlocked:  0                        |  
-------------------------------------+--------------------------------------
Changes (by danielk):

  * status:  new => closed
  * resolution:  => fixed


Comment:

 (In [14643]) 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.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/4064#comment:2>
MythTV <http://svn.mythtv.org/trac>
MythTV


More information about the mythtv-commits mailing list