summaryrefslogtreecommitdiffstats
path: root/configure
diff options
context:
space:
mode:
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'