GNOME Bugzilla – Bug 151879
[PATCH] fix bad pointer casts in xvimagesink.c
Last modified: 2004-12-22 21:47:04 UTC
Another amd64 patch, where casting to an integer is done by an explicit (int) cast, not using GPOINTER_TO_INT(), causing headaches for those compiling with -Werror on amd64 platforms. Patch attached in a follow-up
Created attachment 31283 [details] [review] Change (int) casts to GPOINTER_TO_INT()
Same. Fixed.