[mythtv] [mythtv-commits] Ticket #2287: mythtv-vid: X11 Video outputfixes branch

Anduin Withers awithers at anduin.com
Wed Sep 5 19:00:03 UTC 2007


> Having problems compiling trunk after merge. Same problem occurs with
> my  two machines (Athlon & PIV Celeron). I have done "make distclean" 
> and re-  run configure. Also compiled trunk just minutes before merge
> and that  version compiled fine.
>
> [errors cause by GL headers not being included]

This is caused by configure not enabling opengl when opengl_vsync is enabled
(making the include of util-opengl.h not bring in the GL headers).

Adding something like:

disabled opengl_vsync || enable opengl

to the existing checks (around line 2740) in configure should help.

-- 
Anduin Withers



More information about the mythtv-dev mailing list