[mythtv-commits] Ticket #10336: black screen using opengl painter in opensuse 12.1

MythTV noreply at mythtv.org
Thu Feb 23 05:35:38 UTC 2012


#10336: black screen using opengl painter in opensuse 12.1
---------------------------------------+-----------------------------
 Reporter:  yiannividalis@…            |          Owner:
     Type:  Bug Report - General       |         Status:  closed
 Priority:  minor                      |      Milestone:  0.25
Component:  MythTV - General           |        Version:  Master Head
 Severity:  medium                     |     Resolution:  fixed
 Keywords:                             |  Ticket locked:  1
---------------------------------------+-----------------------------

Comment (by Github):

 Ensure we use the right OpenGL libs.

 After c5125787b , even though we're no longer compiling OpenGL ES
 support when Qt wasn't compiled to use Qt, we were still linking OpenGL
 ES libs on systems with OpenGL ES development packages installed.  This
 change should ensure we use OpenGL ES libs only when using a Qt version
 compiled against OpenGL ES, and use non-ES libs when using a Qt version
 compiled against non-ES OpenGL.

 This seems like it should work for all systems--Qt using OpenGL with
 OpenGL installed on the system (regardless of whether OpenGL ES is
 installed) or Qt using OpenGL ES with OpenGL ES installed (regardless of
 whether non-ES OpenGL is installed)--but I haven't tested it on an
 OpenGL ES compile, so please let me know if you encounter difficulties.

 Refs #10336
  Branch:    master
  Changeset: 1f464e9cd2096387f629b4fb6c7e82fc5fc5478a

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/10336#comment:8>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list