1
0
mirror of https://github.com/mpv-player/mpv synced 2024-12-13 18:36:09 +00:00

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
This commit is contained in:
ben 2008-05-18 11:56:20 +00:00
parent c2a6fb57c1
commit 974d4fadad

View File

@ -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;