aboutsummaryrefslogtreecommitdiffhomepage
path: root/mp3lib/dct36_k7.c
Commit message (Collapse)AuthorAge
* mp3lib: drop internal mp3lib treeGravatar Uoti Urpala2011-04-02
| | | | | | | | | | | | | Delete mp3lib which has been the default mp3 decoder until now. In addition to being an unnecessary embedded library it now fails to compile correctly with the new gcc-4.6, producing noise. After the deletion the default decoder priority for mp3 will be first libmpg123 (a newer version of the code that mp3lib was based on) if available, then ffmp3float which should be available in all normal compiles. I think that some tweaking may be required as these decoder alternatives get wider testing, but any problems should be solvable and there should be no need for mp3lib.
* Identifiers starting with __ are reserved for the system.Gravatar diego2007-12-11
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25353 b3059339-0415-0410-9bf9-f77b7e298cf2
* moved 3dnow and 3dnowex dct36 optimisations into gcc inline assemblyGravatar alex2003-06-22
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10323 b3059339-0415-0410-9bf9-f77b7e298cf2