changeset 26797:029a3d52e15e

fix compilation of input.c if neither macosx/linux apple remote code is compiled in
author ben
date Sun, 18 May 2008 18:11:05 +0000
parents 4fb30593ab3d
children 148b4021c6f5
files input/input.c
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/input/input.c	Sun May 18 17:40:00 2008 +0000
+++ b/input/input.c	Sun May 18 18:11:05 2008 +0000
@@ -568,7 +568,7 @@
 /* Apple Remote */
 #ifdef HAVE_APPLE_REMOTE
 static int use_ar = 1;
-#elif HAVE_APPLE_IR
+#else
 static int use_ar = 0;
 #endif