[MPlayer-cvslog] r26797 - trunk/input/input.c
ben
subversion at mplayerhq.hu
Sun May 18 13:56:20 CEST 2008
Author: ben
Date: Sun May 18 13:56:20 2008
New Revision: 26797
Log:
Do not enable AppleIR by default.
The amount of computers capable of using it is too low in the field to
enable it by default.
Modified:
trunk/input/input.c
Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c (original)
+++ trunk/input/input.c Sun May 18 13:56:20 2008
@@ -566,7 +566,7 @@ static int use_joystick = 1, use_lirc =
static char* config_file = "input.conf";
/* Apple Remote */
-static int use_ar = 1;
+static int use_ar = 0;
static char* js_dev = NULL;
static char* ar_dev = NULL;
More information about the MPlayer-cvslog
mailing list