From ecde3c9f3e46a78f653829f8b12241dc7fbe9fb2 Mon Sep 17 00:00:00 2001 From: Michael Roitzsch Date: Sat, 12 Jul 2003 12:31:13 +0000 Subject: - adding support for the Intel compiler icc - general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13 --- src/video_out/libdha/AsmMacros.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/video_out/libdha/AsmMacros.h') diff --git a/src/video_out/libdha/AsmMacros.h b/src/video_out/libdha/AsmMacros.h index 1549a6a7c..d1b136a7b 100644 --- a/src/video_out/libdha/AsmMacros.h +++ b/src/video_out/libdha/AsmMacros.h @@ -63,7 +63,7 @@ * Modified for readability by Nick Kurshev */ -#if defined(__GNUC__) +#if defined(__GNUC__) || defined(__ICC) #if defined(__alpha__) #include "sysdep/AsmMacros_alpha.h" #elif defined(__ia64__) -- cgit v1.2.3