diff input/input.c @ 10272:7b0bc557987b

renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR
author arpi
date Mon, 09 Jun 2003 12:15:48 +0000
parents dd32fe16a36c
children 9a061dbdba3e
line wrap: on
line diff
--- a/input/input.c	Mon Jun 09 12:12:04 2003 +0000
+++ b/input/input.c	Mon Jun 09 12:15:48 2003 +0000
@@ -1464,7 +1464,7 @@
   
   if(! mp_input_parse_config(file)) {
     // Try global conf dir
-    file = CONFDIR"/input.conf";
+    file = MPLAYER_CONFDIR "/input.conf";
     if(! mp_input_parse_config(file))
       mp_msg(MSGT_INPUT,MSGL_WARN,"Falling back on default (hardcoded) input config\n");
   }