Fixes fixed-point on x86 (no SSE).

This commit is contained in:
Jean-Marc Valin 2013-06-07 07:21:41 -04:00
parent e50e8084a9
commit f22e54dca4

View file

@ -36,7 +36,7 @@
#include "modes.h"
#ifdef __SSE__
#if defined(__SSE__) && !defined(FIXED_POINT)
#include "x86/pitch_sse.h"
#endif