[Bug 754630] libs: "ll" printf modifier isn't available on MinGW

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 6 08:32:43 PDT 2015


https://bugzilla.gnome.org/show_bug.cgi?id=754630

Sebastian Dröge (slomo) <slomo at coaxion.net> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED
   Target Milestone|git master                  |1.5.91

--- Comment #1 from Sebastian Dröge (slomo) <slomo at coaxion.net> ---
Also fixed this before pushing your commit:
video-dither.c: In function 'gst_video_dither_new':
video-dither.c:416:14: warning: format '%lx' expects argument of type 'long
unsigned int', but argument 8 has type 'long long unsigned int' [-Wformat=]
   GST_DEBUG ("mask64 %08" G_GINT64_MODIFIER "x",
              ^


commit 3e41e784bedd56c796834aabf022e8a28f79f691
Author: Kouhei Sutou <kou at clear-code.com>
Date:   Sun Sep 6 18:17:15 2015 +0900

    libs: Fix build error on MinGW where "%ll" is not available

    "ll" isn't available on MinGW. We can use G_GINT64_MODIFIER for portable
    64bit size data modifier.

    https://bugzilla.gnome.org/show_bug.cgi?id=754630

-- 
You are receiving this mail because:
You are the QA Contact for the bug.
You are the assignee for the bug.


More information about the gstreamer-bugs mailing list