diff options
author | Peter Åstrand <astrand@cendio.se> | 2009-08-19 14:20:46 +0000 |
---|---|---|
committer | Peter Åstrand <astrand@cendio.se> | 2009-08-19 14:20:46 +0000 |
commit | 42b3a8ba26dd2652b6c582239a0e2142dc2cc421 (patch) | |
tree | 4013279212bcaed0470e65e7668f881d0d687f5d /common | |
parent | 086f2a05b2abd12527ffdfe4569faa3a47ba0002 (diff) | |
download | tigervnc-42b3a8ba26dd2652b6c582239a0e2142dc2cc421.tar.gz tigervnc-42b3a8ba26dd2652b6c582239a0e2142dc2cc421.zip |
Corrected last patch: Use jsimd_none.c instead of jsimd_i386.c on
VC/Windows at this point.
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3876 3789f03b-4d11-0410-bbf8-ca57d06f2519
Diffstat (limited to 'common')
-rw-r--r-- | common/jpeg/jpeg.dsp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/jpeg/jpeg.dsp b/common/jpeg/jpeg.dsp index 72512612..5f97af75 100644 --- a/common/jpeg/jpeg.dsp +++ b/common/jpeg/jpeg.dsp @@ -265,7 +265,7 @@ SOURCE=.\jquant2.c # End Source File
# Begin Source File
-SOURCE=.\simd\jsimd_i386.c
+SOURCE=.\jsimd_none.c
# End Source File
# Begin Source File
|