summaryrefslogtreecommitdiffstats
path: root/input
diff options
context:
space:
mode:
authorben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 11:56:20 +0000
committerben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2>2008-05-18 11:56:20 +0000
commit974d4fadad59e30c60931d38bc50a560af4da7b2 (patch)
tree7da3b60d0e720a931f4760e24ee647d6a2ab9c10 /input
parentc2a6fb57c1f4f912ec0ad7b2b523c68fb67a456d (diff)
downloadmpv-974d4fadad59e30c60931d38bc50a560af4da7b2.tar.bz2
mpv-974d4fadad59e30c60931d38bc50a560af4da7b2.tar.xz
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. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26797 b3059339-0415-0410-9bf9-f77b7e298cf2
Diffstat (limited to 'input')
-rw-r--r--input/input.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/input/input.c b/input/input.c
index da879cc6a7..d86ec04a3e 100644
--- a/input/input.c
+++ b/input/input.c
@@ -566,7 +566,7 @@ static int use_joystick = 1, use_lirc = 1, use_lircc = 1;
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;