From 38648cae06d53dd4ddbed5fe3410398760e5c462 Mon Sep 17 00:00:00 2001 From: diego Date: Mon, 22 Feb 2010 21:53:06 +0000 Subject: Mark sleep_accurate() as static, it is only used within the file. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@30715 b3059339-0415-0410-9bf9-f77b7e298cf2 --- osdep/timer-darwin.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'osdep/timer-darwin.c') diff --git a/osdep/timer-darwin.c b/osdep/timer-darwin.c index c292852c27..1833694015 100644 --- a/osdep/timer-darwin.c +++ b/osdep/timer-darwin.c @@ -35,7 +35,7 @@ const char *timer_name = "Darwin accurate"; /* the core sleep function, uses floats and is used in MPlayer G2 */ -float sleep_accurate(float time_frame) +static float sleep_accurate(float time_frame) { uint64_t deadline = time_frame / timebase_ratio + mach_absolute_time(); -- cgit v1.2.3