[MPlayer-cvslog] r28368 - trunk/libaf/af_format.c

diego subversion at mplayerhq.hu
Mon Jan 26 00:55:21 CET 2009


Author: diego
Date: Mon Jan 26 00:55:21 2009
New Revision: 28368

Log:
Fix build: Add required header and adjust preprocessor check.

Modified:
   trunk/libaf/af_format.c

Modified: trunk/libaf/af_format.c
==============================================================================
--- trunk/libaf/af_format.c	Mon Jan 26 00:31:45 2009	(r28367)
+++ trunk/libaf/af_format.c	Mon Jan 26 00:55:21 2009	(r28368)
@@ -26,8 +26,9 @@
 #include <inttypes.h>
 #include <limits.h>
 
+#include "config.h"
 // Integer to float conversion through lrintf()
-#ifdef HAVE_LRINTF
+#if HAVE_LRINTF
 #include <math.h>
 long int lrintf(float);
 #else



More information about the MPlayer-cvslog mailing list