# HG changeset patch # User diego # Date 1241791122 0 # Node ID 4a268bd89bbc998918e1499fc3fc29cdf668d24d # Parent ce95678d6dc8862f6da29b458eb6a29d867d8cce The Apple remote code needs the Cocoa framework to link. Apple remote LDFLAGS are only necessary for linking MPlayer. diff -r ce95678d6dc8 -r 4a268bd89bbc configure --- a/configure Thu May 07 21:34:56 2009 +0000 +++ b/configure Fri May 08 13:58:42 2009 +0000 @@ -3855,7 +3855,7 @@ fi if test "$_apple_remote" = yes ; then def_apple_remote='#define CONFIG_APPLE_REMOTE 1' - extra_ldflags="$extra_ldflags -framework IOKit" + libs_mplayer="$libs_mplayer -framework IOKit -framework Cocoa" else def_apple_remote='#undef CONFIG_APPLE_REMOTE' fi