Oops. jcolsamp.inc should be included from j[c|d]clr[mmx|ss2].asm so it received the effect of the redefined RGB_* macros
git-svn-id: svn://svn.code.sf.net/p/tigervnc/code/trunk@3753 3789f03b-4d11-0410-bbf8-ca57d06f2519
diff --git a/common/jpeg/simd/jcclrss2.asm b/common/jpeg/simd/jcclrss2.asm
index 10b11f9..d6f868c 100644
--- a/common/jpeg/simd/jcclrss2.asm
+++ b/common/jpeg/simd/jcclrss2.asm
@@ -13,6 +13,8 @@
;
; [TAB8]
+%include "jcolsamp.inc"
+
; --------------------------------------------------------------------------
SECTION SEG_TEXT
BITS 32
diff --git a/common/jpeg/simd/jccolss2.asm b/common/jpeg/simd/jccolss2.asm
index 2d7bb57..8d1f734 100644
--- a/common/jpeg/simd/jccolss2.asm
+++ b/common/jpeg/simd/jccolss2.asm
@@ -15,7 +15,6 @@
; [TAB8]
%include "jsimdext.inc"
-%include "jcolsamp.inc"
; --------------------------------------------------------------------------
diff --git a/common/jpeg/simd/jdclrmmx.asm b/common/jpeg/simd/jdclrmmx.asm
index 506500e..09f72ca 100644
--- a/common/jpeg/simd/jdclrmmx.asm
+++ b/common/jpeg/simd/jdclrmmx.asm
@@ -16,6 +16,8 @@
;
; [TAB8]
+%include "jcolsamp.inc"
+
; --------------------------------------------------------------------------
SECTION SEG_TEXT
BITS 32
diff --git a/common/jpeg/simd/jdcolmmx.asm b/common/jpeg/simd/jdcolmmx.asm
index f34387b..58775e8 100644
--- a/common/jpeg/simd/jdcolmmx.asm
+++ b/common/jpeg/simd/jdcolmmx.asm
@@ -18,7 +18,6 @@
; [TAB8]
%include "jsimdext.inc"
-%include "jcolsamp.inc"
; --------------------------------------------------------------------------