From 2ce15e79696fb684ecbe5f0c93b250e2f3d8b196 Mon Sep 17 00:00:00 2001 From: alex Date: Wed, 21 May 2003 21:18:29 +0000 Subject: 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 --- osdep/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'osdep/Makefile') 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 -- cgit v1.2.3