1
0
mirror of https://github.com/mpv-player/mpv synced 2025-02-22 07:46:55 +00:00

fix compilation of input.c if neither macosx/linux apple remote code

is compiled in



git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@26829 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
ben 2008-05-18 18:11:05 +00:00
parent 929365575a
commit 9171b9dbe6

View File

@ -568,7 +568,7 @@ static char* config_file = "input.conf";
/* Apple Remote */
#ifdef HAVE_APPLE_REMOTE
static int use_ar = 1;
#elif HAVE_APPLE_IR
#else
static int use_ar = 0;
#endif