Mercurial > mplayer.hg
changeset 31801:8187612b1af8
Fix compilation with --enable-crash-debug
author | reimar |
---|---|
date | Sat, 31 Jul 2010 16:55:57 +0000 |
parents | 20e5447d78f9 |
children | ee06f753ae93 |
files | mplayer.c |
diffstat | 1 files changed, 5 insertions(+), 5 deletions(-) [+] |
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