diff mp_msg.c @ 24697:8f2154e066cf

Make sure forked code does not try to display a GTK message box (and thus crashes)
author reimar
date Sun, 07 Oct 2007 08:41:31 +0000
parents 46fa9bcc6ccc
children e256d72c1f7a
line wrap: on
line diff
--- a/mp_msg.c	Sun Oct 07 08:19:11 2007 +0000
+++ b/mp_msg.c	Sun Oct 07 08:41:31 2007 +0000
@@ -16,6 +16,7 @@
 
 #if defined(FOR_MENCODER)
 #undef HAVE_NEW_GUI
+int use_gui;
 #endif
 
 #ifdef HAVE_NEW_GUI