summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-07-05 19:22:31 +0300
committerTor Lillqvist <tml@collabora.com>2020-11-15 10:12:12 +0100
commit7369376a0f254da50c8fa273e454dbe87de009f2 (patch)
tree3fb1f5963fdca25d731bbba50146d4ec512cbfab
parentc8b1ea92ca8e3290238f48ba70c2ee879c0099a8 (diff)
There is no QuickTime framework
The reference was a leftover from 32-bit times. Change-Id: Ie453a4c644787a49f8742eab4b4ea9d49cddf32d Reviewed-on: https://gerrit.libreoffice.org/c/core/+/98175 Tested-by: Jenkins Reviewed-by: Tor Lillqvist <tml@collabora.com> Reviewed-on: https://gerrit.libreoffice.org/c/core/+/105874 Tested-by: Jenkins CollaboraOffice <jenkinscollaboraoffice@gmail.com>
-rw-r--r--vcl/Library_vclplug_osx.mk1
1 files changed, 0 insertions, 1 deletions
diff --git a/vcl/Library_vclplug_osx.mk b/vcl/Library_vclplug_osx.mk
index 7b2e52f3b3d3..b1170cca2b83 100644
--- a/vcl/Library_vclplug_osx.mk
+++ b/vcl/Library_vclplug_osx.mk
@@ -146,7 +146,6 @@ $(eval $(call gb_Library_use_system_darwin_frameworks,vclplug_osx,\
Cocoa \
Carbon \
CoreFoundation \
- $(if $(filter X86_64,$(CPUNAME)),,QuickTime) \
))
ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)