move jump_buf to header file
@ -64,10 +64,6 @@
#include <windows.h>
#endif
#include <setjmp.h>
extern jmp_buf jump_buf;
static int init_report(const char *env);
AVDictionary *sws_dict;
@ -34,6 +34,10 @@
#undef main /* We don't want SDL to override our main() */
/**
* program name, defined by the program for show_version().
*/