提交 43756fa1 编写于 作者: M Måns Rullgård

remove redundant #include <math.h>

Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
上级 4b65d88f
......@@ -604,11 +604,6 @@ static always_inline long int lrintf(float x)
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 */
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册