mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 828713 - soundtouch_config.h checks the non-existing MOZ_SAMPLE_TYPE_S16LE symbol. r=ehsan
This commit is contained in:
parent
1056291d70
commit
db4885f472
@ -13,7 +13,7 @@
|
||||
#endif
|
||||
|
||||
#ifndef MOZILLA_PRESUME_MMX
|
||||
#ifdef MOZ_SAMPLE_TYPE_S16LE
|
||||
#ifdef MOZ_SAMPLE_TYPE_S16
|
||||
#define SOUNDTOUCH_DISABLE_X86_OPTIMIZATIONS 1
|
||||
#endif
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user