From 9cc9035c67a2639fdbb0c693ad66f181b75d20b4 Mon Sep 17 00:00:00 2001 From: DRC Date: Sat, 4 Apr 2009 15:22:14 +0000 Subject: [PATCH] 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 --- simd/jcclrmmx.asm | 2 ++ simd/jccolmmx.asm | 1 - simd/jdclrss2.asm | 2 ++ simd/jdcolss2.asm | 1 - 4 files changed, 4 insertions(+), 2 deletions(-) diff --git a/simd/jcclrmmx.asm b/simd/jcclrmmx.asm index 9cbae72e..34c4224f 100644 --- a/simd/jcclrmmx.asm +++ b/simd/jcclrmmx.asm @@ -16,6 +16,8 @@ ; ; [TAB8] +%include "jcolsamp.inc" + ; -------------------------------------------------------------------------- SECTION SEG_TEXT BITS 32 diff --git a/simd/jccolmmx.asm b/simd/jccolmmx.asm index 8352fc35..5e7f3be9 100644 --- a/simd/jccolmmx.asm +++ b/simd/jccolmmx.asm @@ -18,7 +18,6 @@ ; [TAB8] %include "jsimdext.inc" -%include "jcolsamp.inc" ; -------------------------------------------------------------------------- diff --git a/simd/jdclrss2.asm b/simd/jdclrss2.asm index b3ef195b..06a9adee 100644 --- a/simd/jdclrss2.asm +++ b/simd/jdclrss2.asm @@ -16,6 +16,8 @@ ; ; [TAB8] +%include "jcolsamp.inc" + ; -------------------------------------------------------------------------- SECTION SEG_TEXT BITS 32 diff --git a/simd/jdcolss2.asm b/simd/jdcolss2.asm index b13c9444..7ae985d6 100644 --- a/simd/jdcolss2.asm +++ b/simd/jdcolss2.asm @@ -18,7 +18,6 @@ ; [TAB8] %include "jsimdext.inc" -%include "jcolsamp.inc" ; --------------------------------------------------------------------------