diff options
| author | Michael Giacomelli <giac2000@hotmail.com> | 2010-03-05 21:37:46 +0000 |
|---|---|---|
| committer | Michael Giacomelli <giac2000@hotmail.com> | 2010-03-05 21:37:46 +0000 |
| commit | 4e797175f1b8954b60b8f1d8a7514c7c03a6d4a1 (patch) | |
| tree | bdff78270b3a2e482c1db229136247cfb5406135 /apps/codecs/lib/mdct.h | |
| parent | 87ce387f336cf2c57c369bab7b0ee9597da2607a (diff) | |
| download | rockbox-4e797175f1b8954b60b8f1d8a7514c7c03a6d4a1.zip rockbox-4e797175f1b8954b60b8f1d8a7514c7c03a6d4a1.tar.gz rockbox-4e797175f1b8954b60b8f1d8a7514c7c03a6d4a1.tar.bz2 rockbox-4e797175f1b8954b60b8f1d8a7514c7c03a6d4a1.tar.xz | |
Remove unused GPL code from ffmpeg mdct library in order to restore it to LGPL.
git-svn-id: svn://svn.rockbox.org/rockbox/trunk@25035 a1c6a512-1295-4272-9138-f99709370657
Diffstat (limited to 'apps/codecs/lib/mdct.h')
| -rw-r--r-- | apps/codecs/lib/mdct.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/apps/codecs/lib/mdct.h b/apps/codecs/lib/mdct.h index d13da0c..48d1c25 100644 --- a/apps/codecs/lib/mdct.h +++ b/apps/codecs/lib/mdct.h @@ -135,7 +135,5 @@ void CMUL(fixed32 *pre, } #endif -/* Inverse gain of circular cordic rotation in s0.31 format. */ -long fsincos(unsigned long phase, fixed32 *cos); #endif // CODECLIB_MDCT_H_INCLUDED |