[MPlayer-cvslog] r24134 - trunk/libvo/gtf.c

diego subversion at mplayerhq.hu
Fri Aug 24 11:23:06 CEST 2007


Author: diego
Date: Fri Aug 24 11:23:06 2007
New Revision: 24134

Log:
Remove fallback round implementation that is protected by a preprocessor
directive that configure never sets or checks for.


Modified:
   trunk/libvo/gtf.c

Modified: trunk/libvo/gtf.c
==============================================================================
--- trunk/libvo/gtf.c	(original)
+++ trunk/libvo/gtf.c	Fri Aug 24 11:23:06 2007
@@ -25,13 +25,6 @@
 
 static GTF_constants GTF_given_constants = { 3.0,550.0,1,8,1.8,8,40,20,128,600 };
 
-#ifndef HAVE_ROUND
-static double round(double v) 
-{ 
-        return floor(v + 0.5); 
-} 
-#endif
-	
 static void GetRoundedConstants(GTF_constants *c)
     {
     c->Vsync_need = round(GTF_given_constants.Vsync_need);



More information about the MPlayer-cvslog mailing list