Mercurial > mplayer.hg
changeset 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 | 535ebcd085e4 |
children | e613306a8556 |
files | configure |
diffstat | 1 files changed, 1 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/configure Sat Sep 11 23:53:15 2010 +0000 +++ b/configure Sun Sep 12 00:11:26 2010 +0000 @@ -4170,7 +4170,7 @@ 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'