[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
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct64_3dnow.c, 1.6, 1.7 dct64_k7.c, 1.8, 1.9 decode_MMX.c, 1.9, 1.10 decode_i586.c, 1.4, 1.5 tabinit_MMX.c, 1.5, 1.6
- Next message: [Mplayer-cvslog] CVS: main ChangeLog,1.98,1.99
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
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
- Previous message: [Mplayer-cvslog] CVS: main/mp3lib dct64_3dnow.c, 1.6, 1.7 dct64_k7.c, 1.8, 1.9 decode_MMX.c, 1.9, 1.10 decode_i586.c, 1.4, 1.5 tabinit_MMX.c, 1.5, 1.6
- Next message: [Mplayer-cvslog] CVS: main ChangeLog,1.98,1.99
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
More information about the MPlayer-cvslog
mailing list