libs: Fix build error on MinGW where "%ll" is not available
authorKouhei Sutou <kou@clear-code.com>
Sun, 6 Sep 2015 09:17:15 +0000 (18:17 +0900)
committerSebastian Dröge <sebastian@centricular.com>
Sun, 6 Sep 2015 15:32:16 +0000 (18:32 +0300)
commit3e41e784bedd56c796834aabf022e8a28f79f691
tree4401ec321a6155fd990a77e1a048f228e248e379
parent181845ec1bc1761002c0c4253561658bddfb71ae
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
gst-libs/gst/video/video-dither.c