shithub: libvpx

Download patch

ref: 3eb4143fc3381497128dca23692a3ad5a89331c1
parent: a591209afd6733c9c1c71388fe21808e35d931af
author: Dragan Mrdjan <dmrdjan@mips.com>
date: Wed Jul 11 04:56:53 EDT 2012

Fix to compile properly on MIPS

Change-Id: I816d903e36605db2af691ccea9e68d7390942baa

--- a/build/make/rtcd.sh
+++ b/build/make/rtcd.sh
@@ -284,12 +284,10 @@
 $(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 @@
 #endif
 $(common_bottom)
 EOF
-
 }
 
 unoptimized() {