Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
a53c495b
Commit
a53c495b
authored
Apr 16, 2015
by
Johann
Committed by
Gerrit Code Review
Apr 16, 2015
Browse files
Merge "Use extern for *_rtcd() in test/test_libvpx.cc"
parents
278593c9
e8645ce9
Changes
1
Hide whitespace changes
Inline
Side-by-side
test/test_libvpx.cc
View file @
a53c495b
...
@@ -14,12 +14,12 @@
...
@@ -14,12 +14,12 @@
#endif
#endif
extern
"C"
{
extern
"C"
{
#if CONFIG_VP8
#if CONFIG_VP8
#include "./
vp8_rtcd
.h"
extern
void
vp8_rtcd
();
#endif // CONFIG_VP8
#endif // CONFIG_VP8
#if CONFIG_VP9
#if CONFIG_VP9
#include "./
vp9_rtcd
.h"
extern
void
vp9_rtcd
();
#endif // CONFIG_VP9
#endif // CONFIG_VP9
#include "./
vpx_scale_rtcd
.h"
extern
void
vpx_scale_rtcd
();
}
}
#include "third_party/googletest/src/include/gtest/gtest.h"
#include "third_party/googletest/src/include/gtest/gtest.h"
...
...
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