summaryrefslogtreecommitdiff
path: root/xine_frontend_lirc.c
diff options
context:
space:
mode:
authorphintuka <phintuka>2009-08-21 11:23:45 +0000
committerphintuka <phintuka>2009-08-21 11:23:45 +0000
commit192698e47debfbc6337ee76cee5b64ba5fb22a94 (patch)
treeb628aa5bea9c925f4a4cee03b48025d4692842ec /xine_frontend_lirc.c
parent15e1c830f4e776d911686e558040233109da0956 (diff)
downloadxineliboutput-unlabeled-1.21.2.tar.gz
xineliboutput-unlabeled-1.21.2.tar.bz2
Removed LOG_MODULENAMEunlabeled-1.21.2
Diffstat (limited to 'xine_frontend_lirc.c')
-rw-r--r--xine_frontend_lirc.c5
1 files changed, 2 insertions, 3 deletions
diff --git a/xine_frontend_lirc.c b/xine_frontend_lirc.c
index 9b08da83..f5403dbb 100644
--- a/xine_frontend_lirc.c
+++ b/xine_frontend_lirc.c
@@ -4,7 +4,7 @@
* See the main source file 'xineliboutput.c' for copyright information and
* how to reach the author.
*
- * $Id: xine_frontend_lirc.c,v 1.21 2008-11-19 18:55:20 rofafor Exp $
+ * $Id: xine_frontend_lirc.c,v 1.21.2.1 2009-08-21 11:23:45 phintuka Exp $
*
*/
/*
@@ -32,7 +32,6 @@
#include <sys/socket.h>
#include <sys/un.h>
-#define LOG_MODULENAME "[lirc] "
#include "logdefs.h"
#include "xine_frontend.h"
@@ -45,7 +44,7 @@
#define RECONNECTDELAY 3000 /* ms */
#define LIRC_KEY_BUF 30
-#define LIRC_BUFFER_SIZE 128
+#define LIRC_BUFFER_SIZE 128
#define MIN_LIRCD_CMD_LEN 5
/* static data */