Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Tue, 31 May 2011 21:15:14 +0000 | iive | Check if compiler is functioning properly before trying to test additional options. |
Tue, 31 May 2011 20:45:39 +0000 | iive | Automatically add "-fno-tree-vectorize" in CFLAGS. |
Mon, 30 May 2011 21:31:31 +0000 | reimar | Fix code incorrectly assuming "char" is signed. |
Mon, 30 May 2011 21:25:32 +0000 | reimar | Fix code assuming that "char" is signed. |
Mon, 30 May 2011 21:16:37 +0000 | reimar | Use int as type, there is no reason to use char which also |
Mon, 30 May 2011 20:59:48 +0000 | reimar | Add const to match actual type of string literal that are assigned. |