mirror of
https://github.com/UberGames/lilium-voyager.git
synced 2024-11-10 14:41:42 +00:00
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.
|
||||
#ifndef _USE_SSE
|
||||
# define USE_ALLOCA
|
||||
# if defined(__sun) /* Solaris needs this for alloca(). */
|
||||
# define HAVE_ALLOCA_H
|
||||
# endif
|
||||
#endif
|
||||
|
||||
/* Default to floating point */
|
||||
|
|
Loading…
Reference in a new issue