diff mplayer.c @ 31801:8187612b1af8

Fix compilation with --enable-crash-debug
author reimar
date Sat, 31 Jul 2010 16:55:57 +0000
parents 55dacfca4a43
children 46c25393f99d
line wrap: on
line diff
--- a/mplayer.c	Sat Jul 31 16:43:20 2010 +0000
+++ b/mplayer.c	Sat Jul 31 16:55:57 2010 +0000
@@ -345,6 +345,11 @@
 /// step size of mixer changes
 int volstep = 3;
 
+#ifdef CONFIG_CRASH_DEBUG
+static char *prog_path;
+static int crash_debug = 0;
+#endif
+
 /* This header requires all the global variable declarations. */
 #include "cfg-mplayer.h"
 
@@ -792,11 +797,6 @@
 }
 #endif
 
-#ifdef CONFIG_CRASH_DEBUG
-static char *prog_path;
-static int crash_debug = 0;
-#endif
-
 static void exit_sighandler(int x){
   static int sig_count=0;
 #ifdef CONFIG_CRASH_DEBUG