[Mplayer-cvslog] CVS: main/input input.c,1.74,1.75

Arpi of Ize arpi at mplayerhq.hu
Mon Jun 9 14:16:16 CEST 2003


Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv3233/input

Modified Files:
	input.c 
Log Message:
renames: DATADIR->MPLAYER_DATADIR, CONFDIR->MPLAYER_CONFDIR, LIBDIR->MPLAYER_LIBDIR


Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.74
retrieving revision 1.75
diff -u -r1.74 -r1.75
--- input.c	30 May 2003 18:23:55 -0000	1.74
+++ input.c	9 Jun 2003 12:15:42 -0000	1.75
@@ -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");
   }



More information about the MPlayer-cvslog mailing list