squish update (primarily to add additional formats for later usage)

This commit is contained in:
Azaezel 2017-03-30 20:44:35 -05:00
parent 9083682d40
commit fba9580004
24 changed files with 256 additions and 1072 deletions

View file

@ -36,7 +36,7 @@
#define SQUISH_USE_SSE 0
#endif
// Internally et SQUISH_USE_SIMD when either Altivec or SSE is available.
// Internally set SQUISH_USE_SIMD when either Altivec or SSE is available.
#if SQUISH_USE_ALTIVEC && SQUISH_USE_SSE
#error "Cannot enable both Altivec and SSE!"
#endif
@ -46,10 +46,4 @@
#define SQUISH_USE_SIMD 0
#endif
// TORQUE MODIFICATIONS
#ifdef TORQUE_DEBUG
# undef SQUISH_USE_SSE
# define SQUISH_USE_SSE 0
#endif
#endif // ndef SQUISH_CONFIG_H