comparison configure @ 32091:76c60eb30d56

Enable Apple remote code when compiling is possible; do not require running it.
author diego
date Sun, 12 Sep 2010 00:11:26 +0000
parents 7f6ac03eb2ce
children 827d6d2f0afa
comparison
equal deleted inserted replaced
32090:535ebcd085e4 32091:76c60eb30d56
4168 return 1; 4168 return 1;
4169 } 4169 }
4170 return 0; 4170 return 0;
4171 } 4171 }
4172 EOF 4172 EOF
4173 cc_check -framework IOKit && tmp_run && _apple_remote=yes 4173 cc_check -framework IOKit && _apple_remote=yes
4174 fi 4174 fi
4175 if test "$_apple_remote" = yes ; then 4175 if test "$_apple_remote" = yes ; then
4176 def_apple_remote='#define CONFIG_APPLE_REMOTE 1' 4176 def_apple_remote='#define CONFIG_APPLE_REMOTE 1'
4177 libs_mplayer="$libs_mplayer -framework IOKit -framework Cocoa" 4177 libs_mplayer="$libs_mplayer -framework IOKit -framework Cocoa"
4178 else 4178 else