[mythtv] Re: Ticket #459: Wrong Default Aspect when HD in 1920x1088

Daniel Kristjansson danielk at cuymedia.net
Fri Oct 14 12:36:59 UTC 2005


On Fri, 2005-10-14 at 00:34 -0600, Greg Grotsky wrote:
> Okay I've been divide and conqureing this thing all night I've just
> verified that it works in REV7300 but not in REV7350, I'll do some
> more tomorrow unless that narrows it down enough. :)  I don't suppose
> you know of a better way to figure out which commit it was?

Ian pointed out that looking at the commit logs can help:
  http://svn.mythtv.org/trac/timeline

I tend to use binary search myself, but distcc and ccache together
make most compiles pretty quick for me. But there have been a number
of commits that require a full recompile lately so this may take 
longer than normal.

BTW You can turn off code optimization and debugging symbols when 
compiling and it speeds it up quite a bit. Run ./configure for
a release build, then change -O3 on the OPTFLAGS line of config.mak
to -O0 (no optimizations) or -O1 (quick optimizations only).

BTW  log2(50) = 6 more to go...

-- Daniel



More information about the mythtv-dev mailing list