[MPlayer-cvslog] r26799 - trunk/input/input.c
ben
subversion at mplayerhq.hu
Sun May 18 14:11:18 CEST 2008
Author: ben
Date: Sun May 18 14:11:17 2008
New Revision: 26799
Log:
Keep AppleIR enabled by default on MacOSX but have it disable on Linux.
Modified:
trunk/input/input.c
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c (original)
+++ trunk/input/input.c Sun May 18 14:11:17 2008
@@ -566,7 +566,11 @@ static int use_joystick = 1, use_lirc =
static char* config_file = "input.conf";
/* Apple Remote */
+#ifdef HAVE_APPLE_REMOTE
+static int use_ar = 1;
+#elif HAVE_APPLE_IR
static int use_ar = 0;
+#endif
static char* js_dev = NULL;
static char* ar_dev = NULL;
More information about the MPlayer-cvslog
mailing list