commit | 24bc1a7189724e1b67703a6165ec7e170ce784d6 | [log] [tgz] |
---|---|---|
author | John Koleszar <jkoleszar@google.com> | Mon Jan 14 11:49:30 2013 -0800 |
committer | John Koleszar <jkoleszar@google.com> | Mon Jan 14 15:57:21 2013 -0800 |
tree | fcb7db94add83c857216859f4511ec6877d7a6ad | |
parent | c9071601a251d773e95eeb5f94aff919174de398 [diff] |
Use INT64_MAX instead of LLONG_MAX These variables have the type int64_t, not long long. long long could be a larger type than 64 bits. Emulate INT64_MAX for older versions of MSVC, and remove the unreferenced vpx_ports/vpxtypes.h Change-Id: Ideaca71838fcd3849d816d5ab17aa347c97d03b0