comparison configure @ 29602:8f25ecc08eb0

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).
author reimar
date Fri, 04 Sep 2009 12:24:45 +0000
parents 106374d8ceb7
children 1e19b831575b
comparison
equal deleted inserted replaced
29601:cd3ae709054f 29602:8f25ecc08eb0
4778 EOF 4778 EOF
4779 quicktime=no 4779 quicktime=no
4780 cc_check -framework QuickTime && quicktime=yes 4780 cc_check -framework QuickTime && quicktime=yes
4781 fi 4781 fi
4782 if test "$quicktime" = yes ; then 4782 if test "$quicktime" = yes ; then
4783 libs_mplayer="$libs_mplayer -framework QuickTime" 4783 extra_ldflags="$extra_ldflags -framework QuickTime"
4784 def_quicktime='#define CONFIG_QUICKTIME 1' 4784 def_quicktime='#define CONFIG_QUICKTIME 1'
4785 else 4785 else
4786 def_quicktime='#undef CONFIG_QUICKTIME' 4786 def_quicktime='#undef CONFIG_QUICKTIME'
4787 _quartz=no 4787 _quartz=no
4788 fi 4788 fi