Comment 5 for bug 201567

Revision history for this message
Yani Ioannou (yani) wrote :

I've recompiled the package and manually disabled GLX 1.4 support as a temporary measure for people who are affected by this bug, just commenting out the GLX_VERSION_1_4 define:

diff -u mythtv-0.21.0/libs/libmythtv/util-opengl.cpp.old mythtv-0.21.0/libs/libmythtv/util-opengl.cpp
--- mythtv-0.21.0/libs/libmythtv/util-opengl.cpp.old 2008-03-15 09:46:54.000000000 -0400
+++ mythtv-0.21.0/libs/libmythtv/util-opengl.cpp 2008-03-15 07:28:15.000000000 -0400
@@ -306,8 +306,8 @@
 {
     __GLXextFuncPtr ret = NULL;

-#if GLX_VERSION_1_4
- X11S(ret = glXGetProcAddress((const GLubyte*)procName.latin1()));
+/*#if GLX_VERSION_1_4
+ X11S(ret = glXGetProcAddress((const GLubyte*)procName.latin1()));*/
 #if GLX_ARB_get_proc_address
     X11S(ret = glXGetProcAddressARB((const GLubyte*)procName.latin1()));
 #elif GLX_EXT_get_proc_address