summaryrefslogtreecommitdiff
path: root/src/video_out/alphablend.h
diff options
context:
space:
mode:
authorMichael Roitzsch <mroi@users.sourceforge.net>2003-07-12 12:31:13 +0000
committerMichael Roitzsch <mroi@users.sourceforge.net>2003-07-12 12:31:13 +0000
commitecde3c9f3e46a78f653829f8b12241dc7fbe9fb2 (patch)
tree2da90cafcf53ca75af95ae22c8e9269a55447e4b /src/video_out/alphablend.h
parent7329ae3b83a71b6bc9b55c659a582afb307acd08 (diff)
downloadxine-lib-ecde3c9f3e46a78f653829f8b12241dc7fbe9fb2.tar.gz
xine-lib-ecde3c9f3e46a78f653829f8b12241dc7fbe9fb2.tar.bz2
- adding support for the Intel compiler icc
- general multipass compilation make targets CVS patchset: 5149 CVS date: 2003/07/12 12:31:13
Diffstat (limited to 'src/video_out/alphablend.h')
-rw-r--r--src/video_out/alphablend.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/video_out/alphablend.h b/src/video_out/alphablend.h
index 71ecc73cd..05683924c 100644
--- a/src/video_out/alphablend.h
+++ b/src/video_out/alphablend.h
@@ -32,7 +32,7 @@
#undef PRAGMA_PACK_BEGIN
#undef PRAGMA_PACK_END
-#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95)
+#if __GNUC__ > 2 || (__GNUC__ == 2 && __GNUC_MINOR__ >= 95) || defined(__ICC)
#define ATTRIBUTE_PACKED __attribute__ ((packed))
#define PRAGMA_PACK 0
#endif