diff options
author | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 18:38:11 +0000 |
---|---|---|
committer | Juergen Keil <jkeil@users.sourceforge.net> | 2001-09-06 18:38:11 +0000 |
commit | 94f33ff7e3b7140e78c014be1a68fe9c1ba17814 (patch) | |
tree | 56aacd13a3a2f5de4def305cceb2789cfa9bd807 /acconfig.h | |
parent | 8d3fda905911b0b1cdadb33c00fb1f800e8f9320 (diff) | |
download | xine-lib-94f33ff7e3b7140e78c014be1a68fe9c1ba17814.tar.gz xine-lib-94f33ff7e3b7140e78c014be1a68fe9c1ba17814.tar.bz2 |
Trying to port the xine-lib sources to a non-gcc compiler
CVS patchset: 584
CVS date: 2001/09/06 18:38:11
Diffstat (limited to 'acconfig.h')
-rw-r--r-- | acconfig.h | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/acconfig.h b/acconfig.h index 4ad550b6e..591ade575 100644 --- a/acconfig.h +++ b/acconfig.h @@ -90,4 +90,10 @@ #undef FPM_PPC #undef FPM_SPARC #undef FPM_MIPS -#undef FPM_M68K
\ No newline at end of file +#undef FPM_M68K + +@BOTTOM@ +/* Disable GCC compiler extensions, if gcc is not in use */ +#ifndef __GNUC__ +#define __attribute__(x) /**/ +#endif |