Mercurial > mplayer.hg
log mp3lib/dct64_altivec.c @ 28334:9e4c389f670f
age | author | description |
---|---|---|
2008-07-26 | diego | Remove AltiVec vector declaration compiler compatibility macros. |
2008-05-30 | diego | Check for HAVE_ALTIVEC_VECTOR_BRACES instead of __APPLE_CC__. |
2008-02-18 | diego | Refactor AltiVec macros as done for FFmpeg. |
2007-12-11 | diego | Add missing #include <stdio.h>, fixes the warning: |
2007-12-11 | diego | There is a check for altivec.h in configure so use the preprocessor directive |
2007-12-11 | diego | Replace SYS_DARWIN conditional directive around gcc macros by __APPLE_CC__. |
2007-12-11 | diego | Remove pointless HAVE_ALTIVEC around the whole file, it is only compiled when |
2006-06-29 | gpoirier | Add missing license, as chosen by its author |
2004-04-06 | alex | fix symbol clashes when linking with libmp3lame including mp3 decoder, man, mp3lib is so much bloated |
2004-02-19 | diego | copyright update by the author |
2003-01-27 | arpi | The two attached patches *should* allow for proper |
2003-01-18 | arpi | An altivec-optimized DCT64 for mp3lib |