[mythtv-commits] mythtv commit: r14493 by nigel

mythtv at cvs.mythtv.org mythtv at cvs.mythtv.org
Fri Sep 14 02:08:27 UTC 2007


      Author: nigel
        Date: 2007-09-14 02:08:26 +0000 (Fri, 14 Sep 2007)
New Revision: 14493
   Changeset: http://cvs.mythtv.org/trac/changeset/14493

Modified:

   trunk/mythtv/libs/libmythtv/yuv2rgb.cpp

Log:

Workaround GCC 4.1.2 bug(?) where bool is preprocessed into something strange:
__attribute__((altivec(bool__))) unsigned
which neither I or the compiler can understand :-) See #3946
Also simplified the boolean stride/extra checking.
(u_extra and v_extra are either both zero, or not)





More information about the mythtv-commits mailing list