# HG changeset patch # User ben # Date 1211134265 0 # Node ID 029a3d52e15ec5d164d1e62c52f0743301b6d5a3 # Parent 4fb30593ab3d45c7c103c68e2d37b974748cf7c3 fix compilation of input.c if neither macosx/linux apple remote code is compiled in diff -r 4fb30593ab3d -r 029a3d52e15e input/input.c --- 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