Use stdint.h for VS2010
authorJohn Koleszar <jkoleszar@google.com>
Thu, 5 May 2011 14:53:24 +0000 (10:53 -0400)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 6 May 2011 12:02:39 +0000 (08:02 -0400)
commit4ead98fa844304cc5c5427fa3c6a716d2a372d88
tree3dd17a4bca213bc3ba2b18fb4b43817f2ee13edd
parent4226f0ce64953aa7636552ccfb3487fda30e4122
Use stdint.h for VS2010

VS2010 has included stdint.h, but not inttypes.h. Prefer the compiler's
version of these types. Fixes issue 327.

Change-Id: Ica71600e06b8e94e3bbb4f12988b4a9817d5e5e4
vpx/vpx_integer.h