diff options
author | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 11:56:20 +0000 |
---|---|---|
committer | ben <ben@b3059339-0415-0410-9bf9-f77b7e298cf2> | 2008-05-18 11:56:20 +0000 |
commit | 974d4fadad59e30c60931d38bc50a560af4da7b2 (patch) | |
tree | 7da3b60d0e720a931f4760e24ee647d6a2ab9c10 /input/input.c | |
parent | c2a6fb57c1f4f912ec0ad7b2b523c68fb67a456d (diff) | |
download | mpv-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/input.c')
-rw-r--r-- | input/input.c | 2 |
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; |