From dcfd043ea8d0c46929aad78596314d837c290d39 Mon Sep 17 00:00:00 2001 From: reimar Date: Fri, 4 Sep 2009 12:24:45 +0000 Subject: 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 --- configure | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configure') diff --git a/configure b/configure index 9f91647c1b..96c9b86108 100755 --- a/configure +++ b/configure @@ -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' -- cgit v1.2.3