Oops.  jcolsamp.inc needs to be included from j[c|d]clr[mmx|ss2].asm so that it receives the effect of the redefined RGB_* macros


git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3752 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/simd/jcclrmmx.asm b/common/jpeg/simd/jcclrmmx.asm
index 9cbae72..34c4224 100644
--- a/common/jpeg/simd/jcclrmmx.asm
+++ b/common/jpeg/simd/jcclrmmx.asm
@@ -16,6 +16,8 @@
 ;
 ; [TAB8]
 
+%include "jcolsamp.inc"
+
 ; --------------------------------------------------------------------------
 	SECTION	SEG_TEXT
 	BITS	32
diff --git a/common/jpeg/simd/jccolmmx.asm b/common/jpeg/simd/jccolmmx.asm
index 8352fc3..5e7f3be 100644
--- a/common/jpeg/simd/jccolmmx.asm
+++ b/common/jpeg/simd/jccolmmx.asm
@@ -18,7 +18,6 @@
 ; [TAB8]
 
 %include "jsimdext.inc"
-%include "jcolsamp.inc"
 
 ; --------------------------------------------------------------------------
 
diff --git a/common/jpeg/simd/jdclrss2.asm b/common/jpeg/simd/jdclrss2.asm
index b3ef195..06a9ade 100644
--- a/common/jpeg/simd/jdclrss2.asm
+++ b/common/jpeg/simd/jdclrss2.asm
@@ -16,6 +16,8 @@
 ;
 ; [TAB8]
 
+%include "jcolsamp.inc"
+				
 ; --------------------------------------------------------------------------
 	SECTION	SEG_TEXT
 	BITS	32
diff --git a/common/jpeg/simd/jdcolss2.asm b/common/jpeg/simd/jdcolss2.asm
index b13c944..7ae985d 100644
--- a/common/jpeg/simd/jdcolss2.asm
+++ b/common/jpeg/simd/jdcolss2.asm
@@ -18,7 +18,6 @@
 ; [TAB8]
 
 %include "jsimdext.inc"
-%include "jcolsamp.inc"
 
 ; --------------------------------------------------------------------------