[Mplayer-cvslog] CVS: main/liba52 imdct.c,1.21,1.22
Arpi of Ize
arpi at mplayerhq.hu
Sat Dec 14 18:57:10 CET 2002
Update of /cvsroot/mplayer/main/liba52
In directory mail:/var/tmp.root/cvs-serv30768/liba52
Modified Files:
imdct.c
Log Message:
compiler warning fixes
based on patch by Dominik Mierzejewski <dominik at rangers.eu.org>
Index: imdct.c
===================================================================
RCS file: /cvsroot/mplayer/main/liba52/imdct.c,v
retrieving revision 1.21
retrieving revision 1.22
diff -u -r1.21 -r1.22
--- imdct.c 23 Nov 2002 10:58:12 -0000 1.21
+++ imdct.c 14 Dec 2002 17:55:30 -0000 1.22
@@ -392,8 +392,8 @@
#endif
#include "srfftp_3dnow.h"
-const i_cmplx_t x_plus_minus_3dnow __attribute__ ((aligned (8))) = { 0x00000000UL, 0x80000000UL };
-const i_cmplx_t x_minus_plus_3dnow __attribute__ ((aligned (8))) = { 0x80000000UL, 0x00000000UL };
+const i_cmplx_t x_plus_minus_3dnow __attribute__ ((aligned (8))) = {{ 0x00000000UL, 0x80000000UL }};
+const i_cmplx_t x_minus_plus_3dnow __attribute__ ((aligned (8))) = {{ 0x80000000UL, 0x00000000UL }};
const complex_t HSQRT2_3DNOW __attribute__ ((aligned (8))) = { 0.707106781188, 0.707106781188 };
#undef HAVE_3DNOWEX
More information about the MPlayer-cvslog
mailing list