comparison input/input.c @ 6138:523014df7d32

big cosmetics patch, cleanup of messages printed by mplayer and libs. some printf->mp_msg conversion, and some debug messages moved from warn/info to v/dbg2 mplayer's output is now shorter, readable and consistent
author arpi
date Mon, 20 May 2002 03:25:26 +0000
parents 69b3c25728fb
children a4bbda72ce86
comparison
equal deleted inserted replaced
6137:6253fc19afb1 6138:523014df7d32
1234 file = config_file[0] != '/' ? get_path(config_file) : config_file; 1234 file = config_file[0] != '/' ? get_path(config_file) : config_file;
1235 if(!file) 1235 if(!file)
1236 return; 1236 return;
1237 1237
1238 if(! mp_input_parse_config(file)) 1238 if(! mp_input_parse_config(file))
1239 mp_msg(MSGT_INPUT,MSGL_WARN,"Falling back on default (hardcoded) config\n"); 1239 mp_msg(MSGT_INPUT,MSGL_WARN,"Falling back on default (hardcoded) input config\n");
1240 1240
1241 #ifdef HAVE_JOYSTICK 1241 #ifdef HAVE_JOYSTICK
1242 if(use_joystick) { 1242 if(use_joystick) {
1243 int fd = mp_input_joystick_init(js_dev); 1243 int fd = mp_input_joystick_init(js_dev);
1244 if(fd < 0) 1244 if(fd < 0)