Bug 828713 - soundtouch_config.h checks the non-existing MOZ_SAMPLE_TYPE_S16LE symbol. r=ehsan

This commit is contained in:
Paul Adenot 2013-01-18 16:57:16 +01:00
parent 1056291d70
commit db4885f472

View File

@ -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