remove redundant #include <math.h>
Originally committed as revision 5734 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
4b65d88fd7
commit
43756fa17f
@ -604,11 +604,6 @@ static always_inline long int lrintf(float x)
|
|||||||
return (int)(rint(x));
|
return (int)(rint(x));
|
||||||
#endif /* __MINGW32__ */
|
#endif /* __MINGW32__ */
|
||||||
}
|
}
|
||||||
#else
|
|
||||||
#ifndef _ISOC9X_SOURCE
|
|
||||||
#define _ISOC9X_SOURCE
|
|
||||||
#endif
|
|
||||||
#include <math.h>
|
|
||||||
#endif /* HAVE_LRINTF */
|
#endif /* HAVE_LRINTF */
|
||||||
|
|
||||||
#endif /* HAVE_AV_CONFIG_H */
|
#endif /* HAVE_AV_CONFIG_H */
|
||||||
|
Loading…
x
Reference in New Issue
Block a user