Windows build fixes:

* Use jsimd_i386.c instead of the attic jsimd.c

* Corrected include of jsimd.h in jsimd_i386.c. 



git-svn-id: svn+ssh://svn.code.sf.net/p/libjpeg-turbo/code/trunk@59 632fc199-4ca6-4c93-a231-07263d6284db
This commit is contained in:
Peter Åstrand
2009-08-19 13:53:48 +00:00
parent dae4474117
commit adfd23393c
2 changed files with 2 additions and 2 deletions

View File

@@ -265,7 +265,7 @@ SOURCE=.\jquant2.c
# End Source File # End Source File
# Begin Source File # Begin Source File
SOURCE=.\jsimd.c SOURCE=.\simd\jsimd_i386.c
# End Source File # End Source File
# Begin Source File # Begin Source File

View File

@@ -18,7 +18,7 @@
#include "../jsimd.h" #include "../jsimd.h"
#include "../jdct.h" #include "../jdct.h"
#include "../jsimddct.h" #include "../jsimddct.h"
#include "simd/jsimd.h" #include "jsimd.h"
/* /*
* In the PIC cases, we have no guarantee that constants will keep * In the PIC cases, we have no guarantee that constants will keep