Opened 15 years ago
Closed 15 years ago
#9243 closed Patch - Bug Fix (Fixed)
[PATCH] multiple copies of static data in mythrender_opengl
| Reported by: | Owned by: | markk | |
|---|---|---|---|
| Priority: | minor | Milestone: | 0.24.1 |
| Component: | MythTV - Video Playback | Version: | Master Head |
| Severity: | medium | Keywords: | Windows DLL opengl |
| Cc: | Ticket locked: | no |
Description
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.
Attachments (1)
Change History (5)
by , 15 years ago
| Attachment: | libmyth-ogl.diff added |
|---|
comment:1 by , 15 years ago
| Component: | Ports - Windows → MythTV - Video Playback |
|---|---|
| Owner: | changed from to |
| Status: | new → assigned |
comment:2 by , 15 years ago
comment:3 by , 15 years ago
comment:4 by , 15 years ago
| Milestone: | unknown → 0.24.1 |
|---|---|
| Resolution: | → Fixed |
| Status: | assigned → closed |
Note:
See TracTickets
for help on using tickets.

Remove multiple copies of mythrender_opengl.cpp