]> granicus.if.org Git - libvpx/commit
vpx_integer.h: fix incorrect type emulation
authorJohn Koleszar <jkoleszar@google.com>
Fri, 9 Dec 2011 19:54:36 +0000 (11:54 -0800)
committerJohn Koleszar <jkoleszar@google.com>
Fri, 9 Dec 2011 19:54:40 +0000 (11:54 -0800)
commita4e410a3cacab1d8cafa93fdddeddead256b27c5
tree804aa49f41b2a7f281fceb98ec90c6b7a6bd6f4b
parentbdd60a7be779400e597cae001448a44d21c98f2b
vpx_integer.h: fix incorrect type emulation

The previous definition of uintptr_t was incorrect on x64 with MSVC.
Also, the ARMV6 version of int_fast16_t was defined as unsigned for
some reason. Since the fast types are currently unused, just remove
them.

Change-Id: Idd73f77a989c77feedcb4a6802ae6bd37324ed40
vpx/vpx_integer.h