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

This commit is contained in:
DRC
2009-04-04 15:22:14 +00:00
parent af9ce6951a
commit 9cc9035c67
4 changed files with 4 additions and 2 deletions

View File

@@ -16,6 +16,8 @@
; ;
; [TAB8] ; [TAB8]
%include "jcolsamp.inc"
; -------------------------------------------------------------------------- ; --------------------------------------------------------------------------
SECTION SEG_TEXT SECTION SEG_TEXT
BITS 32 BITS 32

View File

@@ -18,7 +18,6 @@
; [TAB8] ; [TAB8]
%include "jsimdext.inc" %include "jsimdext.inc"
%include "jcolsamp.inc"
; -------------------------------------------------------------------------- ; --------------------------------------------------------------------------

View File

@@ -16,6 +16,8 @@
; ;
; [TAB8] ; [TAB8]
%include "jcolsamp.inc"
; -------------------------------------------------------------------------- ; --------------------------------------------------------------------------
SECTION SEG_TEXT SECTION SEG_TEXT
BITS 32 BITS 32

View File

@@ -18,7 +18,6 @@
; [TAB8] ; [TAB8]
%include "jsimdext.inc" %include "jsimdext.inc"
%include "jcolsamp.inc"
; -------------------------------------------------------------------------- ; --------------------------------------------------------------------------