From aab54639b4a5bc424ecab08a5207b315008a5116 Mon Sep 17 00:00:00 2001 From: albeu Date: Sat, 23 Feb 2002 21:18:40 +0000 Subject: Make old and new lirc support independant from each other git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@4824 b3059339-0415-0410-9bf9-f77b7e298cf2 --- input/lirc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/lirc.c b/input/lirc.c index 2f7fc2e016..b9053c9343 100644 --- a/input/lirc.c +++ b/input/lirc.c @@ -20,7 +20,7 @@ #include "../help_mp.h" static struct lirc_config *lirc_config; -extern char *lirc_configfile; +char *lirc_configfile; static int child_pid=0; -- cgit v1.2.3