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).


git-svn-id: svn://svn.mplayerhq.hu/mplayer/trunk@29644 b3059339-0415-0410-9bf9-f77b7e298cf2
This commit is contained in:
reimar 2009-09-04 12:24:45 +00:00
parent a8580cbcf2
commit dcfd043ea8
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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'