Don't link with QuickTime framework unnecessarily under OS X.

Only use QuickTime when wxUSE_MEDIACTRL is true.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_3_0_BRANCH@76803 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Vadim Zeitlin
2014-07-02 12:06:14 +00:00
parent 68bd393b27
commit e05ca77bf5
2 changed files with 6 additions and 0 deletions

3
configure vendored
View File

@@ -37466,6 +37466,7 @@ if test "$wxUSE_MAC" = 1 ; then
else
EXTRA_FRAMEWORKS="-framework IOKit -framework Carbon -framework Cocoa -framework AudioToolbox -framework System -framework OpenGL"
if test "$wxUSE_MEDIACTRL" = "yes"; then
if test "$cross_compiling" != "no"; then
wx_cv_target_x86_64=no
@@ -37498,6 +37499,8 @@ $as_echo "$wx_cv_target_x86_64" >&6; }
if test "$wx_cv_target_x86_64" != "yes"; then
EXTRA_FRAMEWORKS="$EXTRA_FRAMEWORKS -framework QuickTime"
fi
fi
fi
fi
fi