[mythtv] [mythtv-commits] mythtv commit: r25976 - in trunk/mythtv by janne

Daniel Kristjansson danielk at cuymedia.net
Mon Aug 30 12:24:38 UTC 2010


On Sun, 2010-08-29 at 23:44 +0000, mythtv at cvs.mythtv.org wrote:
> Author: janne
>         Date: 2010-08-29 23:44:42 +0000 (Sun, 29 Aug 2010)
> New Revision: 25976
>    Changeset: http://svn.mythtv.org/trac/changeset/25976
> 
> Log:
> 
> confitgure: add -D__STDC_LIMIT_MACROS to CXXFlags
> 
> use INT64_MIN instead of LONG_LONG_MIN
> remove unnecessary #define __STDC_LIMIT_MACROS in libmythtv

Janne, you changed the MIN&MAX, but forgot to change the type
of those variables from long long to int64_t.

BTW If you want to keep those as long long's you can just
use LLONG_MIN and LLONG_MAX.

-- Daniel



More information about the mythtv-dev mailing list