--- libvo/gnome_screensaver.c-orig 2007-11-11 13:54:49.000000000 +0100 +++ libvo/gnome_screensaver.c 2007-11-11 14:41:21.000000000 +0100 @@ -24,7 +24,11 @@ #define GS_APPLICATION_NAME "MPlayer" #define GS_REASON_FOR_INHIBIT "Playing a movie" -static guint32 cookie; +#if defined(ARCH_X86_64) + static guint64 cookie; +#else + static guint32 cookie; +#endif void gnome_screensaver_control(int enable) {