summaryrefslogtreecommitdiff
path: root/test/test_libvpx.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test/test_libvpx.cc')
-rw-r--r--test/test_libvpx.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/test_libvpx.cc b/test/test_libvpx.cc
index 30a5255b2..edbeec294 100644
--- a/test/test_libvpx.cc
+++ b/test/test_libvpx.cc
@@ -19,6 +19,7 @@ extern void vp8_rtcd();
#if CONFIG_VP9
extern void vp9_rtcd();
#endif // CONFIG_VP9
+extern void vpx_dsp_rtcd();
extern void vpx_scale_rtcd();
}
#include "third_party/googletest/src/include/gtest/gtest.h"
@@ -64,6 +65,7 @@ int main(int argc, char **argv) {
#if CONFIG_VP9
vp9_rtcd();
#endif // CONFIG_VP9
+ vpx_dsp_rtcd();
vpx_scale_rtcd();
#endif // !CONFIG_SHARED