From adfd23393ca9cdcac39aedceee6e3ea6ffd9778c Mon Sep 17 00:00:00 2001 From: =?utf8?q?Peter=20=C3=85strand?= Date: Wed, 19 Aug 2009 13:53:48 +0000 Subject: [PATCH] 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 --- jpeg.dsp | 2 +- simd/jsimd_i386.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/jpeg.dsp b/jpeg.dsp index 37566e5..7251261 100644 --- a/jpeg.dsp +++ b/jpeg.dsp @@ -265,7 +265,7 @@ SOURCE=.\jquant2.c # End Source File # Begin Source File -SOURCE=.\jsimd.c +SOURCE=.\simd\jsimd_i386.c # End Source File # Begin Source File diff --git a/simd/jsimd_i386.c b/simd/jsimd_i386.c index 751fe2d..f5aec18 100644 --- a/simd/jsimd_i386.c +++ b/simd/jsimd_i386.c @@ -18,7 +18,7 @@ #include "../jsimd.h" #include "../jdct.h" #include "../jsimddct.h" -#include "simd/jsimd.h" +#include "jsimd.h" /* * In the PIC cases, we have no guarantee that constants will keep -- 2.40.0