lease provide a formatted patch (and send it as
an attachment if possible). I could plagiarize the patch but good guys
don't do that. :S
--
Best regards,
LH_Mouse
From 4a86fd92f0fa3322a20e1b6df325e368bfabfaa0 Mon Sep 17 00:00:00 2001
From: Aleksey Vasenev
Date: Thu, 28 Jul 2016 15:31:06 +0300
Su
__attribute__((aligned)) don't work for stack variables in threads created
with _beginthreadex without alignment.
Signed-off-by: Aleksey Vasenev
---
send it again
github: https://github.com/Ratio2/mingw-w64/tree/align
fix crash: ffmpeg -f lavfi -i testsrc -vcodec libvpx -threads 2 -f
__attribute__((aligned)) don't work for stack variables in threads created
with _beginthreadex without alignment.
Signed-off-by: Aleksey Vasenev
---
mingw-w64-libraries/winpthreads/src/thread.c | 3 +++
1 file changed, 3 insertions(+)
diff --git a/mingw-w64-libraries/winpthreads/src/thr