[MPlayer-cvslog] r29268 - trunk/configure

diego subversion at mplayerhq.hu
Tue May 5 23:03:56 CEST 2009


Author: diego
Date: Tue May  5 23:03:56 2009
New Revision: 29268

Log:
LDFLAGS for CoreVideo and Quartz should be MPlayer-only.

Modified:
   trunk/configure

Modified: trunk/configure
==============================================================================
--- trunk/configure	Tue May  5 20:45:59 2009	(r29267)
+++ trunk/configure	Tue May  5 23:03:56 2009	(r29268)
@@ -3823,7 +3823,7 @@ EOF
   cc_check -framework Carbon -framework QuickTime && _quartz=yes
 fi
 if test "$_quartz" = yes ; then
-  extra_ldflags="$extra_ldflags -framework Carbon -framework QuickTime"
+  libs_mplayer="$libs_mplayer -framework Carbon -framework QuickTime"
   def_quartz='#define CONFIG_QUARTZ 1'
   _vomodules="quartz $_vomodules"
 else
@@ -3846,7 +3846,7 @@ EOF
 fi
 if test "$_corevideo" = yes ; then
   _vomodules="corevideo $_vomodules"
-  extra_ldflags="$extra_ldflags -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL"
+  libs_mplayer="$libs_mplayer -framework Carbon -framework Cocoa -framework QuartzCore -framework OpenGL"
   def_corevideo='#define CONFIG_COREVIDEO 1'
 else
   _novomodules="corevideo $_novomodules"


More information about the MPlayer-cvslog mailing list