From 94f33ff7e3b7140e78c014be1a68fe9c1ba17814 Mon Sep 17 00:00:00 2001 From: Juergen Keil Date: Thu, 6 Sep 2001 18:38:11 +0000 Subject: Trying to port the xine-lib sources to a non-gcc compiler CVS patchset: 584 CVS date: 2001/09/06 18:38:11 --- acconfig.h | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'acconfig.h') 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 -- cgit v1.2.3