[Mplayer-cvslog] CVS: main/input input.c,1.38,1.39
Atmosfear
atmos4 at mplayerhq.hu
Mon Jun 24 10:23:51 CEST 2002
Update of /cvsroot/mplayer/main/input
In directory mail:/var/tmp.root/cvs-serv4107/input
Modified Files:
input.c
Log Message:
Patch by Dominik Mierzejewski:
The first one makes CONFDIR work correctly at last
and the second adds DESTDIR to ./configure, so that it generates
a relocateable Makefile and then a packager needs only to do
make DESTDIR=$RPM_BUILD_ROOT install
Index: input.c
===================================================================
RCS file: /cvsroot/mplayer/main/input/input.c,v
retrieving revision 1.38
retrieving revision 1.39
diff -u -r1.38 -r1.39
--- input.c 19 Jun 2002 16:41:38 -0000 1.38
+++ input.c 24 Jun 2002 08:23:48 -0000 1.39
@@ -298,7 +298,7 @@
static unsigned int ar_delay = 100, ar_rate = 8, last_ar = 0;
static int use_joystick = 1, use_lirc = 1;
-static char* config_file = "input.conf";
+static char* config_file = CONFDIR"/input.conf";
static char* js_dev = NULL;
More information about the MPlayer-cvslog
mailing list