[Bug 797092] opusenc: segmentation fault
GStreamer (GNOME Bugzilla)
bugzilla at gnome.org
Sat Sep 22 22:27:40 UTC 2018
https://bugzilla.gnome.org/show_bug.cgi?id=797092
--- Comment #22 from Nicolas Dufresne (ndufresne) <nicolas at ndufresne.ca> ---
Created attachment 373739
--> https://bugzilla.gnome.org/attachment.cgi?id=373739&action=edit
opus: Force stack alignment on sse optimized functions
This fixes a crash on Win32. Our old GCC 4.7 isn't smart enough to do it
by itself. On Win32, the stack alignment is 4 bytes, while GCC assumes
16 bytes when using __m128 vectors.
--
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.
More information about the gstreamer-bugs
mailing list