From a4d983a2b086960c5f299cdb41b76a2c8466e8e1 Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 4 Apr 2009 15:25:45 +0000 Subject: [PATCH] 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 --- common/jpeg/simd/jcclrss2.asm | 2 ++ common/jpeg/simd/jccolss2.asm | 1 - common/jpeg/simd/jdclrmmx.asm | 2 ++ common/jpeg/simd/jdcolmmx.asm | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/common/jpeg/simd/jcclrss2.asm b/common/jpeg/simd/jcclrss2.asm index 10b11f9f..d6f868c5 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 2d7bb576..8d1f7340 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 506500eb..09f72ca3 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 f34387b7..58775e85 100644 --- a/common/jpeg/simd/jdcolmmx.asm +++ b/common/jpeg/simd/jdcolmmx.asm @@ -18,7 +18,6 @@ ; [TAB8] %include "jsimdext.inc" -%include "jcolsamp.inc" ; -------------------------------------------------------------------------- -- 2.39.5