Mercurial > mplayer.hg
log mp3lib/dct36_3dnow.c @ 34743:e48eefbb92d2
age | author | description |
---|---|---|
Sun, 30 May 2010 10:01:40 +0000 | reimar | Make 3dnow and MMX code compile for 64 bit (just stupid search-and-replace). |
Sat, 29 May 2010 16:34:01 +0000 | reimar | Use edi instead of ebx to avoid issues with PIC. |
Mon, 12 Apr 2010 10:56:17 +0000 | diego | the great MPlayer tab removal: part I |
Mon, 04 Jan 2010 19:36:18 +0000 | diego | Refactor real --> float #define to a typedef in a common header. |
Mon, 15 Dec 2008 16:13:41 +0000 | reimar | Consistently include config.h before mangle.h, fixes possible compilation |
Thu, 16 Oct 2008 20:17:56 +0000 | diego | Replace all occurrences of '__volatile__' and '__volatile' by plain 'volatile'. |
Tue, 11 Dec 2007 19:54:35 +0000 | diego | Identifiers starting with __ are reserved for the system. |