You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-full-overlay/media-video/gxine/files/gxine-0.5.909-fno-common.patch

23 lines
559 B

https://bugs.gentoo.org/709306
--- a/src/main.c
+++ b/src/main.c
@@ -75,6 +75,7 @@
* globals
*/
+extern int gxine_init_count;
int verbosity;
GtkWidget *app = NULL;
const char *plugindir, *bindir, *logodir, *pixmapdir, *icondir, *miscdir, *confdir;
--- a/src/utils.h
+++ b/src/utils.h
@@ -108,7 +108,7 @@ void do_pending_events (void);
const char *get_copyright_notice (void);
-int gxine_init_count;
+extern int gxine_init_count;
static inline void gxine_init_add (GSourceFunc func, gpointer data)
{
++gxine_init_count;