Mercurial > mplayer.hg
view linux/timer.h @ 4217:2b141fcd69dd
Patch by Falk Hueffner <falk.hueffner@student.uni-tuebingen.de>:
- detect the Alpha CPU type: default ("ev56") won't work with older Alphas,
and gcc can take advantage of newer ones that way.
author | pl |
---|---|
date | Thu, 17 Jan 2002 09:32:22 +0000 |
parents | c2ed1e5742ed |
children | 7bb8f7905000 |
line wrap: on
line source
void InitTimer(); unsigned int GetTimer(); //int uGetTimer(); float GetRelativeTime(); int usec_sleep(int usec_delay);