GNOME Bugzilla – Bug 156372
gst-plugins fails to build on AMD64
Last modified: 2004-12-22 21:47:04 UTC
I got a number of errors when compiling gst-plugins on an Athlon64 system related to printf() format strings and guint64. I'll attach a patch to fix these problems shortly.
Created attachment 33018 [details] [review] gst-plugins-x86-64-fixes.patch Use G_GUINT64_FORMAT as the format string for guint64 values instead of directly using "llu", which breaks on systems where guint64 is a defined as a long.
Applied.