Opened 15 years ago
Closed 15 years ago
#575 closed defect (fixed)
Broken os x compile after openGL vsync fix
Reported by: | Owned by: | danielk | |
---|---|---|---|
Priority: | minor | Milestone: | unknown |
Component: | mythtv | Version: | |
Severity: | medium | Keywords: | osx compile |
Cc: | Ticket locked: | no |
Description
In file included from tv_play.cpp:26: vsync.h:215: error: syntax error before `*' token vsync.h:216: error: 'GLXDrawable' is used as a type, but is not defined as a
type.
vsync.h:217: error: 'GLXContext' is used as a type, but is not defined as a
type.
make[2]: * [tv_play.o] Error 1 make[1]: * [sub-libmythtv] Error 2 make: * [sub-libs] Error 2
Note: See
TracTickets for help on using
tickets.
(In [7687]) Fixes #575.