summaryrefslogtreecommitdiffstats
path: root/mp3lib/dct64_altivec.c
Commit message (Expand)AuthorAgeFilesLines
* Refactor AltiVec macros as done for FFmpeg.diego2008-02-181-14/+7
* Add missing #include <stdio.h>, fixes the warning:diego2007-12-111-0/+1
* There is a check for altivec.h in configure so use the preprocessor directivediego2007-12-111-1/+1
* Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__.diego2007-12-111-3/+3
* Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled whendiego2007-12-111-5/+0
* Add missing license, as chosen by its authorgpoirier2006-06-291-0/+2
* fix symbol clashes when linking with libmp3lame including mp3 decoder, man, m...alex2004-04-061-9/+9
* copyright update by the authordiego2004-02-191-5/+3
* The two attached patches *should* allow for properarpi2003-01-271-2/+20
* An altivec-optimized DCT64 for mp3libarpi2003-01-181-0/+525