mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-28 15:23:51 +00:00
disabling MMX support for png decoding on the mac due to a crash. bug 354997. r+sr=me. patch from Glenn Randers-Pehrson <glennrp@gmail.com>.
This commit is contained in:
parent
920e6a5af5
commit
e4bd585628
@ -42,6 +42,9 @@
|
||||
#ifndef MOZ_PNG_READ
|
||||
#define PNG_NO_READ_SUPPORTED
|
||||
#endif
|
||||
#if defined(XP_MACOSX) && !defined(PNG_NO_MMX_CODE)
|
||||
#define PNG_NO_MMX_CODE
|
||||
#endif
|
||||
#define PNG_NO_READ_BACKGROUND
|
||||
#define PNG_NO_READ_DITHER
|
||||
#define PNG_NO_READ_INVERT
|
||||
|
Loading…
Reference in New Issue
Block a user