Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Mon, 26 Jan 2009 14:36:31 +0000 | diego | Replace another bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. |
Mon, 26 Jan 2009 11:29:28 +0000 | diego | Do not duplicate VERSION string. |
Mon, 26 Jan 2009 11:24:05 +0000 | diego | Replace a bunch of '#if HAVE_FOO' preprocessor checks by 'if (HAVE_FOO)'. |
Mon, 26 Jan 2009 09:56:27 +0000 | diego | WORDS_BIGENDIAN is defined/undefined, not 0/1. |
Mon, 26 Jan 2009 09:55:59 +0000 | diego | some more HAVE_3DNOW --> HAVE_AMD3DNOW |
Mon, 26 Jan 2009 09:54:14 +0000 | diego | Drop HAVE_LRINTF check, lrintf is used without checking in other places. |
Mon, 26 Jan 2009 09:40:04 +0000 | diego | HAVE_LRINTF is now always defined to either 0 or 1, not defined/undefined. |