From b536cabf97288061d7b91e131b16d2a525352571 Mon Sep 17 00:00:00 2001 From: Douglas Mencken Date: Wed, 2 Jul 2014 19:43:12 -0400 Subject: fix build errors related to AVFoundation @ OS X <10.7 AVFoundation framework is available in OS X v10.7 and later related commits: 7822b5535cccc68e5b454d04a66a6b4f27675ec6 0b49cc5b03b39aa1dfddf924c6eaf8cb42e791a8 Change-Id: If771fca79c41d70e51eab533faec7bb9997803b7 Reviewed-on: https://gerrit.libreoffice.org/9769 Reviewed-by: Tor Lillqvist Tested-by: Tor Lillqvist --- avmedia/Module_avmedia.mk | 2 ++ 1 file changed, 2 insertions(+) (limited to 'avmedia/Module_avmedia.mk') diff --git a/avmedia/Module_avmedia.mk b/avmedia/Module_avmedia.mk index bd0382d13770..6a97e69cc691 100644 --- a/avmedia/Module_avmedia.mk +++ b/avmedia/Module_avmedia.mk @@ -44,12 +44,14 @@ endif endif ifeq ($(OS),MACOSX) +ifneq (1050,$(MACOSX_SDK_VERSION)) ifneq (1060,$(MACOSX_SDK_VERSION)) $(eval $(call gb_Module_add_targets,avmedia,\ Library_avmediaMacAVF \ )) endif endif +endif ifneq ($(ENABLE_DIRECTX),) $(eval $(call gb_Module_add_targets,avmedia,\ -- cgit v1.2.3