[Mplayer-cvslog] CVS: main/libvo osd.c,1.20,1.21

Alex Beregszaszi syncmail at mplayerhq.hu
Mon Apr 26 12:12:42 CEST 2004


CVS change done by Alex Beregszaszi

Update of /cvsroot/mplayer/main/libvo
In directory mail:/var2/tmp/cvs-serv13066

Modified Files:
	osd.c 
Log Message:
attribute_used for gcc3.4

Index: osd.c
===================================================================
RCS file: /cvsroot/mplayer/main/libvo/osd.c,v
retrieving revision 1.20
retrieving revision 1.21
diff -u -r1.20 -r1.21
--- osd.c	4 Oct 2003 17:29:04 -0000	1.20
+++ osd.c	26 Apr 2004 10:12:40 -0000	1.21
@@ -19,7 +19,7 @@
 #endif
 
 #ifdef CAN_COMPILE_X86_ASM
-static const uint64_t bFF  __attribute__((aligned(8))) = 0xFFFFFFFFFFFFFFFFULL;
+static const uint64_t bFF attribute_used __attribute__((aligned(8))) = 0xFFFFFFFFFFFFFFFFULL;
 static const unsigned long long mask24lh  __attribute__((aligned(8))) = 0xFFFF000000000000ULL;
 static const unsigned long long mask24hl  __attribute__((aligned(8))) = 0x0000FFFFFFFFFFFFULL;
 #endif




More information about the MPlayer-cvslog mailing list