24 Aug
2007
24 Aug
'07
5:23 a.m.
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);
6654
Age (days ago)
6654
Last active (days ago)
0 comments
1 participants
participants (1)
-
diego