fixed build issues related to changes in IPP calls.

This commit is contained in:
Vladimir Dudnik
2011-04-18 21:24:57 +00:00
parent 8e7768379f
commit 2057f2c452
4 changed files with 404 additions and 302 deletions

View File

@@ -170,9 +170,10 @@ struct IPPInitializer
IPPInitializer ippInitializer;
#else
volatile bool useOptimizedFlag = false;
volatile bool USE_SSE2 = false;
#endif
volatile bool USE_SSE2 = false;
void setUseOptimized( bool flag )
{
useOptimizedFlag = flag;