GNOME Bugzilla – Bug 666750
Compiler warning->error in faac
Last modified: 2011-12-23 08:33:51 UTC
cc1.exe: warnings being treated as errors gstfaac.c: In function 'gst_faac_open_encoder': gstfaac.c:513:3: error: format '%d' expects type 'int', but argument 8 has type 'gulong' gstfaac.c:513:3: error: format '%d' expects type 'int', but argument 9 has type 'gulong'
Thanks, following should take care of this: commit ce1c741f37760e7b49e3d2016501c66213d77611 Author: Mark Nauwelaerts <mark.nauwelaerts@collabora.co.uk> Date: Fri Dec 23 09:30:31 2011 +0100 faac: standardize some field data types Fixes #666750.