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

GStreamer (GNOME Bugzilla) bugzilla at gnome.org
Sun Sep 6 02:37:24 PDT 2015


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

            Bug ID: 754630
           Summary: libs: "ll" printf modifier isn't available on MinGW
    Classification: Platform
           Product: GStreamer
           Version: git master
                OS: Linux
            Status: NEW
          Severity: normal
          Priority: Normal
         Component: gst-plugins-base
          Assignee: gstreamer-bugs at lists.freedesktop.org
          Reporter: kou at cozmixng.org
        QA Contact: gstreamer-bugs at lists.freedesktop.org
     GNOME version: ---

Created attachment 310742
  --> https://bugzilla.gnome.org/attachment.cgi?id=310742&action=edit
Fix this problem

gst-libs/gst/video/video-dither.c uses "llx" for printing unsigned long long
int value. It causes a build error on MinGW because "llx" isn't portable.

We can use G_GINT64_MODIFIER instead of "ll" for 64bit int value.

-- 
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