summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2020-07-05 19:22:31 +0300
committerCaolán McNamara <caolanm@redhat.com>2020-11-24 10:01:53 +0100
commit04ff6f395d73af3b9c5a925dbd2593e72ffe21af (patch)
tree2cfb640bf2e550d12d948f9076a37510ed893abe
parent20582984b010cc78822cb48ba58c3d8c9a7d7460 (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/+/106456 Reviewed-by: Caolán McNamara <caolanm@redhat.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 6b94c6c25df1..f0d22298a0c8 100644
--- a/vcl/Library_vclplug_osx.mk
+++ b/vcl/Library_vclplug_osx.mk
@@ -142,7 +142,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)