Skip to content
Snippets Groups Projects
Commit cef4b56a authored by nkoriyama's avatar nkoriyama Committed by Rafaël Carré
Browse files

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
No related branches found
No related tags found
No related merge requests found
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment