[MPlayer-cvslog] r26829 - trunk/input/input.c

ben subversion at mplayerhq.hu
Sun May 18 20:11:05 CEST 2008


Author: ben
Date: Sun May 18 20:11:05 2008
New Revision: 26829

Log:
fix compilation of input.c if neither macosx/linux apple remote code
is compiled in



Modified:
   trunk/input/input.c

Modified: trunk/input/input.c
==============================================================================
--- trunk/input/input.c	(original)
+++ trunk/input/input.c	Sun May 18 20:11:05 2008
@@ -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
 



More information about the MPlayer-cvslog mailing list