[MPlayer-cvslog] r30715 - trunk/osdep/timer-darwin.c

diego subversion at mplayerhq.hu
Mon Feb 22 22:53:06 CET 2010


Author: diego
Date: Mon Feb 22 22:53:06 2010
New Revision: 30715

Log:
Mark sleep_accurate() as static, it is only used within the file.

Modified:
   trunk/osdep/timer-darwin.c

Modified: trunk/osdep/timer-darwin.c
==============================================================================
--- trunk/osdep/timer-darwin.c	Mon Feb 22 20:17:25 2010	(r30714)
+++ trunk/osdep/timer-darwin.c	Mon Feb 22 22:53:06 2010	(r30715)
@@ -35,7 +35,7 @@ const char *timer_name = "Darwin accurat
 
 
 /* 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();
 


More information about the MPlayer-cvslog mailing list