[MPlayer-dev-eng] Compile with gcc4 on x86
Torinthiel
torinthiel at megapolis.pl
Thu Apr 14 23:37:07 CEST 2005
On Thu, Apr 14, 2005 at 05:01:52PM +0300, Vladimir Kondratiev wrote:
> diff -bBur MPlayer-20050413-orig/liba52/imdct.c MPlayer-20050413/liba52/imdct.c
> --- MPlayer-20050413-orig/liba52/imdct.c 2005-03-23 01:27:18.000000000 +0200
> +++ MPlayer-20050413/liba52/imdct.c 2005-04-14 16:48:54.000000000 +0300
> @@ -937,7 +937,8 @@
> /* 4-7. iterations */
> for (m=3; m < 7; m++) {
> two_m = (1 << m);
> - two_m_plus_one = two_m<<1;
> + int two_m_plus_four=two_m<<4;
> + complex_t* buf_plus_128=buf+128;
Parse error before int. Gcc 2.95 won't like this.
Torinthiel
--
Waclaw "Torinthiel" Schiller GG#: 542916, 3073512
torinthiel(at)megapolis(dot)pl
gpg: 0906A2CE fpr: EE3E DFB4 C4D6 E22E 8999 D714 7CEB CDDC 0906 A2CE
"No classmates may be used during this examination"
-------------- next part --------------
A non-text attachment was scrubbed...
Name: not available
Type: application/pgp-signature
Size: 189 bytes
Desc: not available
URL: <http://lists.mplayerhq.hu/pipermail/mplayer-dev-eng/attachments/20050414/b60df8f1/attachment.pgp>
More information about the MPlayer-dev-eng
mailing list