Opened 14 years ago
Closed 14 years ago
Last modified 14 years ago
#10115 closed Patch - Bug Fix (Fixed)
Pull request for OpenGL header issue on Fedora 16
| Reported by: | Owned by: | markk | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | MythTV - User Interface Library | Version: | 0.24.1 |
| Severity: | medium | Keywords: | |
| Cc: | Ticket locked: | no |
Description
mythtv/libs/libmythui/mythrender_opengl.cpp uses a C function gluErrorString which is defined in GL/glu.h which is not included in this file. For some reason this did not affect builds on Fedora 14 and 15 but caused a fatal error on Fedora 16.
Change History (3)
Note:
See TracTickets
for help on using tickets.

Fixed in #347ff5772, with thanks for the patch.