summaryrefslogtreecommitdiffstats
path: root/osdep/timer-linux.c
Commit message (Collapse)AuthorAgeFilesLines
* osdep: Remove cruftUoti Urpala2008-04-281-15/+0
| | | | Delete some commented out or otherwise unused lines.
* timers: Remove GetRelativeTime()Uoti Urpala2008-04-281-13/+0
| | | | | | | | | | Move the code calculating time delta since last query out of the platform-specific drivers and into mplayer.c. The platform-specific drivers now return absolute values only. The way the code in timer-darwin.c uses doubles in wrapping arithmetic looks questionable and this change might make problems in it more visible.
* osdep: Change timer_name to a saner typeUoti Urpala2008-04-281-1/+1
| | | | | timer_name was a (non-const) pointer to a const char array. Make the symbol the array itself.
* Fix warnings when compiling test application.diego2007-12-281-1/+2
| | | | git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25538 b3059339-0415-0410-9bf9-f77b7e298cf2
* Rename timer-lx.c --> timer-linux.c.diego2007-11-211-0/+74
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@25129 b3059339-0415-0410-9bf9-f77b7e298cf2