Mercurial > mplayer.hg
log
age | author | description |
---|---|---|
Sun, 10 Jan 2010 18:22:01 +0000 | reimar | Fix OpenGL detection for OpenSolaris where -lXdamage is necessary. |
Sun, 10 Jan 2010 16:00:07 +0000 | reimar | Only print "using sdl-config" if we actually used it for SDL detection. |
Sun, 10 Jan 2010 15:37:14 +0000 | reimar | Avoid excessive fflush in dbgprintf if we didn't even print anything. |
Sun, 10 Jan 2010 15:31:45 +0000 | reimar | Fix RegCloseKey to not return an error on success. |
Sun, 10 Jan 2010 14:03:10 +0000 | reimar | Call XSync after XShmAttach to avoid a possible race-condition with shmctl. |
Sun, 10 Jan 2010 13:55:55 +0000 | reimar | Prefer libdca over libdts |
Sun, 10 Jan 2010 13:52:44 +0000 | zuxy | Use !isspace() to replace isalnum() to avoid filename mismatch under MBCS |