Kaydet (Commit) 113ba194 authored tarafından jan Iversen's avatar jan Iversen

iOS, avmedia library depend on autogen flag.

Disabled linking of avmedia if not present.

Change-Id: Id64192ec8172d4388b3624b5f832a90f7af1179c
üst 3793855b
...@@ -4030,7 +4030,7 @@ darwin*) ...@@ -4030,7 +4030,7 @@ darwin*)
case "$host_cpu" in case "$host_cpu" in
arm) arm)
OS=iOS OS=IOS
if test "$enable_ios_simulator" = "yes"; then if test "$enable_ios_simulator" = "yes"; then
CPUNAME=I386 CPUNAME=I386
RTL_ARCH=x86 RTL_ARCH=x86
...@@ -4042,7 +4042,7 @@ darwin*) ...@@ -4042,7 +4042,7 @@ darwin*)
fi fi
;; ;;
arm64) arm64)
OS=iOS OS=IOS
if test "$enable_ios_simulator" = "yes"; then if test "$enable_ios_simulator" = "yes"; then
CPUNAME=X86_64 CPUNAME=X86_64
RTL_ARCH=X86_64 RTL_ARCH=X86_64
......
...@@ -38,7 +38,7 @@ $(eval $(call gb_Library_use_api,oox,\ ...@@ -38,7 +38,7 @@ $(eval $(call gb_Library_use_api,oox,\
)) ))
$(eval $(call gb_Library_use_libraries,oox,\ $(eval $(call gb_Library_use_libraries,oox,\
avmedia \ $(call gb_Helper_optional,AVMEDIA,avmedia) \
basegfx \ basegfx \
comphelper \ comphelper \
cppu \ cppu \
......
...@@ -41,8 +41,7 @@ $(eval $(call gb_Library_add_defs,svx,\ ...@@ -41,8 +41,7 @@ $(eval $(call gb_Library_add_defs,svx,\
$(eval $(call gb_Library_set_precompiled_header,svx,$(SRCDIR)/svx/inc/pch/precompiled_svx)) $(eval $(call gb_Library_set_precompiled_header,svx,$(SRCDIR)/svx/inc/pch/precompiled_svx))
$(eval $(call gb_Library_use_libraries,svx,\ $(eval $(call gb_Library_use_libraries,svx,\
$(if $(filter-out $(OS),IOS), \ $(call gb_Helper_optional,AVMEDIA,avmedia) \
avmedia) \
basegfx \ basegfx \
sb \ sb \
comphelper \ comphelper \
......
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