]> granicus.if.org Git - libvpx/commitdiff
Fix to compile properly on MIPS
authorDragan Mrdjan <dmrdjan@mips.com>
Wed, 11 Jul 2012 15:56:53 +0000 (08:56 -0700)
committerDragan Mrdjan <dmrdjan@mips.com>
Wed, 11 Jul 2012 15:56:53 +0000 (08:56 -0700)
Change-Id: I816d903e36605db2af691ccea9e68d7390942baa

build/make/rtcd.sh

index 860b63f7b67d905e28ca8f5dcc6c99e33942f9c6..ddf9e09a4e9674db91cbc79381691a1d7eada0c3 100755 (executable)
@@ -284,12 +284,10 @@ mips() {
 $(common_top)
 #include "vpx_config.h"
 
-void ${symbol:-rtcd}(void);
-
 #ifdef RTCD_C
-void ${symbol:-rtcd}(void)
+static void setup_rtcd_internal(void)
 {
-$(set_function_pointers c)
+$(set_function_pointers c $ALL_ARCHS)
 #if HAVE_DSPR2
 void dsputil_static_init();
 dsputil_static_init();
@@ -298,7 +296,6 @@ dsputil_static_init();
 #endif
 $(common_bottom)
 EOF
-
 }
 
 unoptimized() {