From 1e28a6937131f4b09be6464aefe3dbfbeef89086 Mon Sep 17 00:00:00 2001 From: Kwang Yul Seo Date: Sun, 9 Dec 2007 05:02:17 +0000 Subject: 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 * 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. --- ChangeLog | 11 +++++++++++ 1 file changed, 11 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 30002e38..348cc436 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +2007-12-09 Sebastian Dröge + + Based on a patch by: Kwang Yul Seo + + * 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. + 2007-12-09 Sebastian Dröge * configure.ac: -- cgit