freebsd-ports/sysutils/xvidcap/files/patch-src_gnome__ui.c
Thierry Thomas d77fc6ab70 Unbreak video recording.
Since I'm here, make some cleaning and add some explicit dependencies.

PR:		235951
Submitted by:	romain
2019-02-23 16:57:01 +00:00

11 lines
302 B
C

--- src/gnome_ui.c.orig 2008-06-12 20:48:03 UTC
+++ src/gnome_ui.c
@@ -1679,7 +1679,7 @@ xvc_init_pre (int argc, char **argv)
{
#define DEBUGFUNCTION "xvc_init_pre()"
g_thread_init (NULL);
- gdk_threads_init ();
+ /*gdk_threads_init ();*/
gtk_init (&argc, &argv);
return TRUE;