Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell. Fixes an incor...
commitfcf86f0b8b76f2f66ff373757f2b5f567b3b3074
authorsaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Thu, 26 May 2011 21:22:29 +0000 (26 21:22 +0000)
committersaratoga <saratoga@a1c6a512-1295-4272-9138-f99709370657>
Thu, 26 May 2011 21:22:29 +0000 (26 21:22 +0000)
treee757bd83373786f61addfdd5f4000a0e2d447ab4
parent1c86a6dd37cdaf9ac3fe458c7939172fe28543c0
Commit FS#12130 - Fix ADX decoding on 64-bit systems by Sean Bartell.  Fixes an incorrect assumption in the ADX decoder that sizeof(int) == 32 when performing fixed point math.  Update comments in the fixed point library to correct this.

git-svn-id: svn://svn.rockbox.org/rockbox/trunk@29927 a1c6a512-1295-4272-9138-f99709370657
apps/codecs/adx.c
apps/codecs/lib/fixedpoint.h
apps/plugins/lib/fixedpoint.h