Skip to content
Snippets Groups Projects
Commit a53c495b authored by Johann Koenig's avatar Johann Koenig Committed by Gerrit Code Review
Browse files

Merge "Use extern for *_rtcd() in test/test_libvpx.cc"

parents 278593c9 e8645ce9
No related branches found
No related tags found
No related merge requests found
......@@ -14,12 +14,12 @@
#endif
extern "C" {
#if CONFIG_VP8
#include "./vp8_rtcd.h"
extern void vp8_rtcd();
#endif // CONFIG_VP8
#if CONFIG_VP9
#include "./vp9_rtcd.h"
extern void vp9_rtcd();
#endif // CONFIG_VP9
#include "./vpx_scale_rtcd.h"
extern void vpx_scale_rtcd();
}
#include "third_party/googletest/src/include/gtest/gtest.h"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment