[Mplayer-cvslog] CVS: main configure,1.857,1.858
Alex Beregszaszi
syncmail at mplayerhq.hu
Mon Apr 26 11:44:09 CEST 2004
CVS change done by Alex Beregszaszi
Update of /cvsroot/mplayer/main
In directory mail:/var2/tmp/cvs-serv16753
Modified Files:
configure
Log Message:
attribute_used macro
Index: configure
===================================================================
RCS file: /cvsroot/mplayer/main/configure,v
retrieving revision 1.857
retrieving revision 1.858
diff -u -r1.857 -r1.858
--- configure 22 Apr 2004 12:12:00 -0000 1.857
+++ configure 26 Apr 2004 09:44:06 -0000 1.858
@@ -6106,6 +6106,13 @@
/* "restrict" keyword */
#define restrict $_def_restrict_keyword
+/* attribute(used) as needed by some compilers */
+#if (__GNUC__ * 100 + __GNUC_MINOR__ >= 300)
+# define attribute_used __attribute__((used))
+#else
+# define attribute_used
+#endif
+
#define PREFIX "$_prefix"
#define USE_OSD 1
More information about the MPlayer-cvslog
mailing list