Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
libvpx
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
Showing
1 changed file
with
1 addition
and
9 deletions
+1
-9
vpx/vpx_integer.h
vpx/vpx_integer.h
+1
-9
No files found.
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
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a 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