[MPlayer-cvslog] r29644 - trunk/configure
reimar
subversion at mplayerhq.hu
Fri Sep 4 14:24:45 CEST 2009
Author: reimar
Date: Fri Sep 4 14:24:45 2009
New Revision: 29644
Log:
10l, -framework QuickTime must be added to extra_ldflags, not libs_mplayer since
QuickTime is used also in mencoder (in the audio and video decoders and possibly
from demux_mov, even though the latter one should only use the includes and not
require linking).
Modified:
trunk/configure
Modified: trunk/configure
==============================================================================
--- trunk/configure Fri Sep 4 12:31:24 2009 (r29643)
+++ trunk/configure Fri Sep 4 14:24:45 2009 (r29644)
@@ -4780,7 +4780,7 @@ EOF
cc_check -framework QuickTime && quicktime=yes
fi
if test "$quicktime" = yes ; then
- libs_mplayer="$libs_mplayer -framework QuickTime"
+ extra_ldflags="$extra_ldflags -framework QuickTime"
def_quicktime='#define CONFIG_QUICKTIME 1'
else
def_quicktime='#undef CONFIG_QUICKTIME'
More information about the MPlayer-cvslog
mailing list