summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
645d265)
This fixes building on some broken systems.
Originally committed as revision 21735 to svn://svn.ffmpeg.org/ffmpeg/trunk
#endif /* HAVE_EXP2F */
#if !HAVE_LLRINT
#endif /* HAVE_EXP2F */
#if !HAVE_LLRINT
-static av_always_inline av_const long long llrint(double x)
-{
- return rint(x);
-}
+#undef llrint
+#define llrint(x) rint(x)
#endif /* HAVE_LLRINT */
#if !HAVE_LOG2
#endif /* HAVE_LLRINT */
#if !HAVE_LOG2