From 5bad4ba482b9462c151c778f2791c52cb655495a Mon Sep 17 00:00:00 2001 From: diego Date: Fri, 8 May 2009 13:58:42 +0000 Subject: [PATCH] The Apple remote code needs the Cocoa framework to link. Apple remote LDFLAGS are only necessary for linking MPlayer. git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29275 b3059339-0415-0410-9bf9-f77b7e298cf2 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configure b/configure index ce73971149..2229c4300e 100755 --- a/configure +++ b/configure @@ -3855,7 +3855,7 @@ EOF 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