Skip to content
  • Kwang Yul Seo's avatar
    Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking... · 1e28a693
    Kwang Yul Seo authored
    Fix compilation with MSVC by using gst_util_guint64_to_gdouble() and checking for rint() and implementing it ourself ...
    
    Original commit message from CVS:
    Based on a patch by: Kwang Yul Seo <kwangyul dot seo at gmail dot com>
    * configure.ac:
    * ext/cairo/gsttimeoverlay.c:
    (gst_cairo_time_overlay_print_smpte_time):
    Fix compilation with MSVC by using gst_util_guint64_to_gdouble()
    and checking for rint() and implementing it ourself if it doesn't
    exist.
    1e28a693