Don't reference the avmediaMacAVF library if not built
Change-Id: If4f5c51e986b51f5795012b9535ab7a7ea51337b
This commit is contained in:
parent
2a9018b9f5
commit
9986f236d6
2 changed files with 8 additions and 0 deletions
|
@ -69,6 +69,9 @@ $(eval $(call gb_InstallModule_add_defs,scp2/ooo,\
|
|||
$(if $(SYSTEM_HSQLDB),\
|
||||
-DHSQLDB_JAR=\""$(call gb_Helper_make_path,$(HSQLDB_JAR))"\" \
|
||||
) \
|
||||
$(if $(MACOSX_SDK_VERSION),\
|
||||
-DMACOSX_SDK_VERSION=$(MACOSX_SDK_VERSION) \
|
||||
) \
|
||||
$(if $(filter MSC,$(COM)),$(if $(MSVC_USE_DEBUG_RUNTIME),-DMSVC_PKG_DEBUG_RUNTIME)) \
|
||||
))
|
||||
|
||||
|
|
|
@ -107,10 +107,15 @@ File gid_File_Lib_avmediaQuickTime
|
|||
Name = LIBNAME(avmediaQuickTime);
|
||||
End
|
||||
|
||||
#if MAXOSX_SDK_VERSION >= 1070
|
||||
#ifdef X86_64
|
||||
File gid_File_Lib_avmediaMacAVF
|
||||
PACKED_LIB_FILE_BODY;
|
||||
Name = LIBNAME(avmediaMacAVF);
|
||||
End
|
||||
#endif
|
||||
#endif
|
||||
|
||||
#endif
|
||||
|
||||
#if defined(MACOSX)
|
||||
|
|
Loading…
Reference in a new issue