summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authordiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-08 13:58:42 +0000
committerdiego <diego@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-05-08 13:58:42 +0000
commit5bad4ba482b9462c151c778f2791c52cb655495a (patch)
tree025555792241ae61c914464d60075be1ef39e0bb /configure
parentc12922d678e72af7a1773aac7285f613881961b7 (diff)
downloadmpv-5bad4ba482b9462c151c778f2791c52cb655495a.tar.bz2
mpv-5bad4ba482b9462c151c778f2791c52cb655495a.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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