summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/rtcd.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/build/make/rtcd.sh b/build/make/rtcd.sh
index 6cc36843b..9a8d97e32 100755
--- a/build/make/rtcd.sh
+++ b/build/make/rtcd.sh
@@ -290,9 +290,11 @@ static void setup_rtcd_internal(void)
{
$(set_function_pointers c $ALL_ARCHS)
#if HAVE_DSPR2
+#if CONFIG_VP8
void dsputil_static_init();
dsputil_static_init();
#endif
+#endif
}
#endif
$(common_bottom)