[mythtv] Re: [mythtv-commits] mythtv commits

Daniel Kristjansson danielk at cat.nyu.edu
Fri Apr 8 17:35:39 UTC 2005


On Fri, 2005-04-08 at 09:07 -0400, Robert Tsai wrote:
> non-XRANDR builds are broken. My simple patch is below:
> 
> +#if defined(USING_XRANDR) || defined(CONFIG_DARWIN)
>      const vector<DisplayResScreen> scr = GetVideoModes();
>      if (scr.size())
>          addChild(new VideoModeSettings());
> +#endif /* USING_XRANDR || CONFIG_DARWIN */
Can you give me the output of the gcc instantiation that fails?
GetVideoModes() should work whether you have DisplayRes support
or not.

-- Daniel



More information about the mythtv-dev mailing list