From e1f238b9b1cccad4627be4716320e767b621289d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Franti=C5=A1ek=20Dvo=C5=99=C3=A1k?= Date: Mon, 2 Oct 2006 15:56:03 +0000 Subject: build cdio for builddir != . update for attic platforms (mainly older MinGW) unsupported attributes not used (fixes warnings) added check for sentinel attribute enabled TrueSpeech codec CVS patchset: 8327 CVS date: 2006/10/02 15:56:03 --- src/xine-utils/attributes.h | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) (limited to 'src/xine-utils') diff --git a/src/xine-utils/attributes.h b/src/xine-utils/attributes.h index 4bf5a21af..dd70d4309 100644 --- a/src/xine-utils/attributes.h +++ b/src/xine-utils/attributes.h @@ -53,5 +53,10 @@ # define XINE_PROTECTED #endif -#endif /* ATTRIBUTE_H_ */ +#ifdef SUPPORT_ATTRIBUTE_SENTINEL +# define XINE_SENTINEL __attribute__((sentinel)) +#else +# define XINE_SENTINEL +#endif +#endif /* ATTRIBUTE_H_ */ -- cgit v1.2.3