summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJim Bankoski <jimbankoski@google.com>2013-09-29 10:31:09 -0700
committerGerrit Code Review <gerrit@gerrit.golo.chromium.org>2013-09-29 10:31:09 -0700
commit6903efa93db09df21670fb534d7127993032c574 (patch)
tree29ba79f8ada47a49f3b8ff618d990fd048fc68c9 /build
parentceaa3c37a91c6e15af73f3c0d1b85de12a7c5c8e (diff)
parentb6c5dbe9ef38c8e90c7b3930ab8e336051b67708 (diff)
downloadlibvpx-6903efa93db09df21670fb534d7127993032c574.tar
libvpx-6903efa93db09df21670fb534d7127993032c574.tar.gz
libvpx-6903efa93db09df21670fb534d7127993032c574.tar.bz2
libvpx-6903efa93db09df21670fb534d7127993032c574.zip
Merge "mips dsp-ase r2 vp9 decoder extend module optimizations"
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)