shithub: opus

Download patch

ref: 822ac747bc1da9df628b98553697445f1e59742a
parent: 9fe754cf8f028f98653c2958910e4ba001ba8892
author: Jean-Marc Valin <[email protected]>
date: Sat Jul 4 17:58:30 EDT 2009

Making real sure not to bust the pseudo-stack even for weird configurations

--- a/libcelt/arch.h
+++ b/libcelt/arch.h
@@ -243,7 +243,7 @@
 
 #ifndef GLOBAL_STACK_SIZE 
 #ifdef FIXED_POINT
-#define GLOBAL_STACK_SIZE 26000
+#define GLOBAL_STACK_SIZE 30000
 #else
 #define GLOBAL_STACK_SIZE 40000
 #endif