[Libreoffice-commits] core.git: vcl/Library_vclplug_osx.mk

Tor Lillqvist (via logerrit) logerrit at kemper.freedesktop.org
Mon Jul 6 06:58:10 UTC 2020


 vcl/Library_vclplug_osx.mk |    1 -
 1 file changed, 1 deletion(-)

New commits:
commit b9cd758f719951fd1d11b00979ca85cc79a1c2eb
Author:     Tor Lillqvist <tml at iki.fi>
AuthorDate: Sun Jul 5 19:22:31 2020 +0300
Commit:     Tor Lillqvist <tml at collabora.com>
CommitDate: Mon Jul 6 08:57:26 2020 +0200

    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 at collabora.com>

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)


More information about the Libreoffice-commits mailing list