summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
authorreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-04 12:24:45 +0000
committerreimar <reimar@b3059339-0415-0410-9bf9-f77b7e298cf2>2009-09-04 12:24:45 +0000
commitdcfd043ea8d0c46929aad78596314d837c290d39 (patch)
treeaa0c3b0ed21ceed29e7aa14383bb02ea3b4c68d3 /configure
parenta8580cbcf23560d7f58799103fdf3c30e5768684 (diff)
downloadmpv-dcfd043ea8d0c46929aad78596314d837c290d39.tar.bz2
mpv-dcfd043ea8d0c46929aad78596314d837c290d39.tar.xz
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
Diffstat (limited to 'configure')
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
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'