From 9171b9dbe69cf6231a2a9a7c1e845ddedd431e03 Mon Sep 17 00:00:00 2001 From: ben Date: Sun, 18 May 2008 18:11:05 +0000 Subject: 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 --- input/input.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'input') diff --git a/input/input.c b/input/input.c index 1bbf908728..9f388f347b 100644 --- a/input/input.c +++ b/input/input.c @@ -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 -- cgit v1.2.3