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:
parent
c2a6fb57c1
commit
974d4fadad
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user