Mercurial > mplayer.hg
comparison osdep/Makefile @ 10148:139b44930abc
Precise timer for Darwin (it's more accurate than timer-macosx.c)
author | alex |
---|---|
date | Wed, 21 May 2003 21:18:29 +0000 |
parents | 14c92818ab75 |
children | ab3590ad2101 |
comparison
equal
deleted
inserted
replaced
10147:f2725d6717bd | 10148:139b44930abc |
---|---|
11 endif | 11 endif |
12 endif | 12 endif |
13 | 13 |
14 getch = getch2.c | 14 getch = getch2.c |
15 timer = timer-lx.c | 15 timer = timer-lx.c |
16 ifeq ($(MACOSX),yes) | 16 ifeq ($(TARGET_OS),Darwin) |
17 timer = timer-macosx.c | 17 timer = timer-darwin.c |
18 endif | 18 endif |
19 ifeq ($(TARGET_CYGWIN),yes) | 19 ifeq ($(TARGET_CYGWIN),yes) |
20 timer = timer-win2.c | 20 timer = timer-win2.c |
21 endif | 21 endif |
22 ifeq ($(TARGET_MINGW32),yes) | 22 ifeq ($(TARGET_MINGW32),yes) |