diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2007-07-08 05:57:14 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2007-07-08 05:57:14 +0000 |
| commit | 030dce6f886865b026bf8e2413b58e1f6485a81e (patch) | |
| tree | b27454a7d0072e0ee5d47c161a77fe14c68bf304 /apps/codecs/libwma/wmafixed.c | |
| parent | f5114daa730c05c6967bb4d908c934d0e3a8f994 (diff) | |
| download | rockbox-030dce6f886865b026bf8e2413b58e1f6485a81e.zip rockbox-030dce6f886865b026bf8e2413b58e1f6485a81e.tar.gz rockbox-030dce6f886865b026bf8e2413b58e1f6485a81e.tar.bz2 rockbox-030dce6f886865b026bf8e2413b58e1f6485a81e.tar.xz | |
Fix previous
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@13814 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/libwma/wmafixed.c')
| -rw-r--r-- | apps/codecs/libwma/wmafixed.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/apps/codecs/libwma/wmafixed.c b/apps/codecs/libwma/wmafixed.c index 3a902dd..7b08689 100644 --- a/apps/codecs/libwma/wmafixed.c +++ b/apps/codecs/libwma/wmafixed.c @@ -275,7 +275,7 @@ long fsincos(unsigned long phase, fixed32 *cos) */ -#if 0 + fixed32 fixsin32(fixed32 x) { @@ -326,4 +326,4 @@ fixed32 fixcos32(fixed32 x) { return fixsin32(x - (M_PI_F>>1))*-1; } -#endif + |