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'