summaryrefslogtreecommitdiff
path: root/build
diff options
context:
space:
mode:
authorJingning Han <jingning@google.com>2015-08-03 18:58:37 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2015-08-03 18:58:37 +0000
commit7723b8df6a4be00625258f6177df7d898ba6c33e (patch)
tree3cb703ce354cb8fc92ed54633fcea979763c7503 /build
parent9d9273726b3cab8f09d0b0b29ce83b0756be012f (diff)
parent92b08f516a98ef697ac687567f614efe3aaef258 (diff)
downloadlibvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.tar
libvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.tar.gz
libvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.tar.bz2
libvpx-7723b8df6a4be00625258f6177df7d898ba6c33e.zip
Merge "Add common_dspr2.c file to vpx_dsp/mips"
Diffstat (limited to 'build')
-rwxr-xr-xbuild/make/rtcd.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/build/make/rtcd.pl b/build/make/rtcd.pl
index 634d2bee2..991b6abe7 100755
--- a/build/make/rtcd.pl
+++ b/build/make/rtcd.pl
@@ -323,17 +323,11 @@ void vpx_dsputil_static_init();
#if CONFIG_VP8
void dsputil_static_init();
#endif
-#if CONFIG_VP9
-void vp9_dsputil_static_init();
-#endif
vpx_dsputil_static_init();
#if CONFIG_VP8
dsputil_static_init();
#endif
-#if CONFIG_VP9
-vp9_dsputil_static_init();
-#endif
#endif
}
#endif