From ed9296d845e754ddc4e91a87b41d7a8b878b6d95 Mon Sep 17 00:00:00 2001 From: arpi Date: Mon, 9 Jun 2003 12:15:48 +0000 Subject: renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@10273 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index 2eec96d356..c8c2506106 100644 --- a/input/input.c +++ b/input/input.c @@ -1464,7 +1464,7 @@ mp_input_init(void) { 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"); } -- cgit v1.2.3