We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c4c2db commit 74f2a54Copy full SHA for 74f2a54
1 file changed
codec/decoder/plus/src/welsDecoderExt.cpp
@@ -90,7 +90,7 @@ namespace WelsDec {
90
***************************************************************************/
91
DECLARE_PROCTHREAD (pThrProcInit, p) {
92
SWelsDecThreadInfo* sThreadInfo = (SWelsDecThreadInfo*)p;
93
-#if defined(WIN32)
+#if defined(WIN32) && !defined(__CYGWIN__)
94
_alloca (WELS_DEC_MAX_THREAD_STACK_SIZE * (sThreadInfo->uiThrNum + 1));
95
#endif
96
return sThreadInfo->pThrProcMain (p);
0 commit comments