GNOME Bugzilla – Bug 642962
jpeg decoder plugin won't compile with MSVC
Last modified: 2011-02-22 14:04:36 UTC
Created attachment 181584 [details] [review] use g_slice for local storage The MS compiler does not like the array creation on the stack. The attached patch works around this.
I think this code has been fixed ages ago (version 0.10.17, November 2009). Closing as OBSOLETE, please re-open in case I'm mistaken.