3 # Patch managed by http://www.holgerschurig.de/patcher.html
6 --- xmms-1.2.10/General/ir/ir.c~gcc4
7 +++ xmms-1.2.10/General/ir/ir.c
11 /* Important stuff to know */
12 -static gboolean keepGoing = FALSE;
13 +extern gboolean keepGoing = FALSE;
15 /* The thread handle */
16 -static pthread_t irapp_thread;
17 +extern pthread_t irapp_thread;
19 /* Declarations for calls that we need to mention in the plugin struct */
20 static void init(void);