[Ffmpeg-cvslog] r5734 - trunk/libavutil/common.h

mru subversion
Fri Jul 14 01:10:29 CEST 2006


Author: mru
Date: Fri Jul 14 01:10:28 2006
New Revision: 5734

Modified:
   trunk/libavutil/common.h

Log:
remove redundant #include <math.h>


Modified: trunk/libavutil/common.h
==============================================================================
--- trunk/libavutil/common.h	(original)
+++ trunk/libavutil/common.h	Fri Jul 14 01:10:28 2006
@@ -604,11 +604,6 @@
     return (int)(rint(x));
 #endif /* __MINGW32__ */
 }
-#else
-#ifndef _ISOC9X_SOURCE
-#define _ISOC9X_SOURCE
-#endif
-#include <math.h>
 #endif /* HAVE_LRINTF */
 
 #endif /* HAVE_AV_CONFIG_H */




More information about the ffmpeg-cvslog mailing list