[MPlayer-cvslog] r32175 - trunk/configure

diego subversion at mplayerhq.hu
Sun Sep 12 02:11:26 CEST 2010


Author: diego
Date: Sun Sep 12 02:11:26 2010
New Revision: 32175

Log:
Enable Apple remote code when compiling is possible; do not require running it.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Sun Sep 12 01:53:15 2010	(r32174)
+++ trunk/configure	Sun Sep 12 02:11:26 2010	(r32175)
@@ -4170,7 +4170,7 @@ int main(void) {
   return 0;
 }
 EOF
-  cc_check -framework IOKit && tmp_run && _apple_remote=yes
+  cc_check -framework IOKit && _apple_remote=yes
 fi
 if test "$_apple_remote" = yes ; then
   def_apple_remote='#define CONFIG_APPLE_REMOTE 1'


More information about the MPlayer-cvslog mailing list