Commit 7890aa86 authored by mru's avatar mru

remove redundant #include <math.h>


git-svn-id: file:///var/local/repositories/ffmpeg/trunk@5734 9553f0bf-9b14-0410-a0b8-cfaf0461ba5b
parent 928dd5b7
......@@ -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%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment