Commit cef4b56a authored by Naohiro KORIYAMA's avatar Naohiro KORIYAMA Committed by Rafaël Carré

Use force_align_arg_pointer for yadif crash on Windows XP

This patch affects only on MinGW win32 builds.
Fixes #5793.
Signed-off-by: default avatarRafaël Carré <funman@videolan.org>
parent 87e9c403
......@@ -106,6 +106,9 @@
"por "MM"5, "MM"3 \n\t"\
MOVQ" "MM"3, "MM"1 \n\t"
#if defined(__MINGW32__) && defined(WIN32) && !defined(WIN64)
__attribute__((__force_align_arg_pointer__))
#endif
VLC_TARGET static void RENAME(yadif_filter_line)(uint8_t *dst,
uint8_t *prev, uint8_t *cur, uint8_t *next,
int w, int prefs, int mrefs, int parity, int mode)
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment