Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Guillaume Martres
aom-rav1e
Commits
c4aeff94
Commit
c4aeff94
authored
Dec 13, 2011
by
John Koleszar
Committed by
Gerrit Code Review
Dec 13, 2011
Browse files
Merge "vpx_integer.h: fix incorrect type emulation"
parents
20573f06
a4e410a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
vpx/vpx_integer.h
View file @
c4aeff94
...
...
@@ -29,16 +29,8 @@ typedef signed __int64 int64_t;
typedef
unsigned
__int64
uint64_t
;
#endif
#ifdef HAVE_ARMV6
typedef
unsigned
int
int_fast16_t
;
#else
typedef
signed
short
int_fast16_t
;
#endif
typedef
signed
char
int_fast8_t
;
typedef
unsigned
char
uint_fast8_t
;
#ifndef _UINTPTR_T_DEFINED
typedef
unsigned
int
uintptr_t
;
typedef
size_t
uintptr_t
;
#endif
#else
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment