summaryrefslogtreecommitdiffstats
path: root/osdep/Makefile
diff options
context:
space:
mode:
authoralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-21 21:18:29 +0000
committeralex <alex@b3059339-0415-0410-9bf9-f77b7e298cf2>2003-05-21 21:18:29 +0000
commit2ce15e79696fb684ecbe5f0c93b250e2f3d8b196 (patch)
tree7f54ca84a17ca90a66b7b30c665c86fb863afd7d /osdep/Makefile
parentecf10a4138fcdd90844111892acbd1440f09d40d (diff)
downloadmpv-2ce15e79696fb684ecbe5f0c93b250e2f3d8b196.tar.bz2
mpv-2ce15e79696fb684ecbe5f0c93b250e2f3d8b196.tar.xz
Precise timer for Darwin (it's more accurate than timer-macosx.c)
git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10149 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'osdep/Makefile')
-rw-r--r--osdep/Makefile4
1 files changed, 2 insertions, 2 deletions
diff --git a/osdep/Makefile b/osdep/Makefile
index 808f2e3e7b..cc3ea85487 100644
--- a/osdep/Makefile
+++ b/osdep/Makefile
@@ -13,8 +13,8 @@ endif
getch = getch2.c
timer = timer-lx.c
-ifeq ($(MACOSX),yes)
-timer = timer-macosx.c
+ifeq ($(TARGET_OS),Darwin)
+timer = timer-darwin.c
endif
ifeq ($(TARGET_CYGWIN),yes)
timer = timer-win2.c