[MPlayer-cvslog] r29275 - trunk/configure
diego
subversion at mplayerhq.hu
Fri May 8 15:58:43 CEST 2009
Author: diego
Date: Fri May 8 15:58:42 2009
New Revision: 29275
Log:
The Apple remote code needs the Cocoa framework to link.
Apple remote LDFLAGS are only necessary for linking MPlayer.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Thu May 7 23:34:56 2009 (r29274)
+++ trunk/configure Fri May 8 15:58:42 2009 (r29275)
@@ -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
More information about the MPlayer-cvslog
mailing list