scaling: MMX asm scaling causes segv, disable for now

Broken in v1.12.0 by ee61df6877 (pointers
to indices), __imlib_Scale_mmx_AARGBA() needs to be fixed.
This commit is contained in:
Kim Woelders 2023-09-03 10:23:46 +02:00
parent 74dae151cd
commit 66f48df4cf
1 changed files with 2 additions and 0 deletions

View File

@ -8,6 +8,8 @@
#include "image.h"
#include "scale.h"
#undef DO_MMX_ASM // __imlib_Scale_mmx_AARGBA() is broken
/*\ NB: If you change this, don't forget asm_scale.S \*/
struct _imlib_scale_info {
int *xpoints;