[MPlayer-cvslog] r29259 - trunk/configure
diego
subversion at mplayerhq.hu
Tue May 5 11:08:54 CEST 2009
Author: diego
Date: Tue May 5 11:08:53 2009
New Revision: 29259
Log:
CoreAudio LDFLAGS should be MPlayer-only.
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Tue May 5 10:49:07 2009 (r29258)
+++ trunk/configure Tue May 5 11:08:53 2009 (r29259)
@@ -3815,7 +3815,7 @@ EOF
cc_check -framework CoreAudio -framework AudioUnit -framework AudioToolbox && _coreaudio=yes
fi
if test "$_coreaudio" = yes ; then
- extra_ldflags="$extra_ldflags -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
+ libs_mplayer="$libs_mplayer -framework CoreAudio -framework AudioUnit -framework AudioToolbox"
def_coreaudio='#define CONFIG_COREAUDIO 1'
_aomodules="coreaudio $_aomodules"
else
More information about the MPlayer-cvslog
mailing list