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
This commit is contained in:
albeu 2002-02-23 21:18:40 +00:00
parent f9d93451a2
commit aab54639b4
2 changed files with 2 additions and 2 deletions

View File

@ -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;

View File

@ -13,7 +13,7 @@
// hack, will be remove later when ./configure fixed...
#include "config.h"
#ifdef HAVE_LIRC
#if defined(HAVE_LIRC) && ! defined (HAVE_NEW_INPUT)
#include "mp_msg.h"
#include "help_mp.h"