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
Xiph.Org
aom-rav1e
Commits
0b693c77
Commit
0b693c77
authored
Aug 06, 2012
by
Yaowu Xu
Committed by
Gerrit Code Review
Aug 06, 2012
Browse files
Merge "fix msvc build" into experimental
parents
2af5473a
236597fd
Changes
1
Hide whitespace changes
Inline
Side-by-side
vp8/common/idct.h
View file @
0b693c77
...
...
@@ -27,6 +27,13 @@
#include
"x86/idct_x86.h"
#endif
#ifdef _MSC_VER
/* TODO: remove these after integer implmementations are done */
#define M_PI 3.14159265358979323846
#define round(x) (((x)>0)? floor((x)+0.5): ceil((x)-0.5))
#endif
#if ARCH_ARM
#include
"arm/idct_arm.h"
#endif
...
...
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