[mythtv-commits] Ticket #9243: [PATCH] multiple copies of static data in mythrender_opengl

MythTV mythtv at cvs.mythtv.org
Wed Nov 17 18:28:58 UTC 2010


#9243: [PATCH] multiple copies of static data in mythrender_opengl
------------------------------------------------------+---------------------
     Reporter:  Lawrence Rust <lvr@…>                 |       Owner:  nigel             
         Type:  Patch - Bug Fix                       |      Status:  new               
     Priority:  minor                                 |   Milestone:  unknown           
    Component:  Ports - Windows                       |     Version:  Trunk Head        
     Severity:  medium                                |    Keywords:  Windows DLL opengl
Ticket locked:  0                                     |  
------------------------------------------------------+---------------------
 Both libmythtv & libmythui include mythrender_opengl.cpp.  This creates a
 problem on Win32 systems where each dll has its own static instance data.
 In this case static data for singleton objects is duplicated.  The
 attached patch removes mythrender_opengl.cpp from libmythtv which already
 links against libmythui.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/9243>
MythTV <http://www.mythtv.org/>
MythTV Media Center


More information about the mythtv-commits mailing list