Fixed use of alloca() in libspeex on Solaris, I think.
Fixes Bugzilla #3938.
This commit is contained in:
parent
2cf2911131
commit
a903a2f03e
1 changed files with 3 additions and 0 deletions
|
@ -6,6 +6,9 @@
|
||||||
// SSE is enabled.
|
// SSE is enabled.
|
||||||
#ifndef _USE_SSE
|
#ifndef _USE_SSE
|
||||||
# define USE_ALLOCA
|
# define USE_ALLOCA
|
||||||
|
# if defined(__sun) /* Solaris needs this for alloca(). */
|
||||||
|
# define HAVE_ALLOCA_H
|
||||||
|
# endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Default to floating point */
|
/* Default to floating point */
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue