[Libreoffice-commits] core.git: avmedia/Module_avmedia.mk
Tor Lillqvist
tml at collabora.com
Mon Feb 3 02:44:42 PST 2014
avmedia/Module_avmedia.mk | 2 ++
1 file changed, 2 insertions(+)
New commits:
commit 5fc9a33b9a684eff92bdf1bad705dbc5986098ce
Author: Tor Lillqvist <tml at collabora.com>
Date: Mon Feb 3 11:40:20 2014 +0100
Drop the deprecated QuickTime stuff when building a sandboxed LO
A sandboxed build is presumably intended for the Mac App Store and we
don't want to be using deprecated crap there.
Change-Id: I0b0098f7002643b1ed53a5caaee9ffee3c9fc970
diff --git a/avmedia/Module_avmedia.mk b/avmedia/Module_avmedia.mk
index 8f6270e..88ee2aa 100644
--- a/avmedia/Module_avmedia.mk
+++ b/avmedia/Module_avmedia.mk
@@ -37,11 +37,13 @@ endif
ifeq ($(OS),MACOSX)
ifneq ($(CPUNAME),X86_64)
+ifneq ($(ENABLE_MACOSX_SANDBOX),TRUE)
$(eval $(call gb_Module_add_targets,avmedia,\
Library_avmediaQuickTime \
))
endif
endif
+endif
ifneq ($(ENABLE_DIRECTX),)
$(eval $(call gb_Module_add_targets,avmedia,\
More information about the Libreoffice-commits
mailing list