[mythtv-commits] Ticket #9557: OpenGL disabled by commit 3678b7db9c041773b54a8665ff8ebfdeff6989a9

MythTV noreply at mythtv.org
Mon Feb 7 20:31:22 UTC 2011


#9557: OpenGL disabled by commit 3678b7db9c041773b54a8665ff8ebfdeff6989a9
-------------------------------------------------+-------------------------
     Reporter:  Lawrence Rust <lvr@…>            |      Owner:  janne
         Type:  Patch - Bug Fix                  |     Status:  new
     Priority:  minor                            |  Milestone:  unknown
    Component:  MythTV - configure script        |    Version:  Trunk Head
     Severity:  medium                           |   Keywords:  opengl
Ticket locked:  0                                |
-------------------------------------------------+-------------------------
 Commit 3678b7db9c041773b54a8665ff8ebfdeff6989a9 changed the configure
 script for OpenGL detection.  Unfortunately there's a typo that disables
 OpenGL on many Linux systems.  Line 4047 is missing the 2nd "check_libx".
 It should read:

 {{{
     check_libx gl_lib GLES2/gl2.h glClear -lGLESv2 || check_libx GL/gl.h
 glBegin -lGL || check_libx gl_lib GL/gl.h glBegin -lopengl32 || disable
 opengl

 }}}

-- 
Ticket URL: <http://code.mythtv.org/trac/ticket/9557>
MythTV <http://code.mythtv.org/trac>
MythTV Media Center


More information about the mythtv-commits mailing list