Kaydet (Commit) 5fc9a33b authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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
üst 0b3aa592
......@@ -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,\
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment