Kaydet (Commit) 7f36e996 authored tarafından Tomaž Vajngerl's avatar Tomaž Vajngerl

build avmedia for Android

Change-Id: I0137bb7ce6337ca852af513565cc19dad3c8dc8b
üst c77f452d
......@@ -2446,10 +2446,9 @@ fi
AC_SUBST(DISABLE_EXPORT)
# Whether to build "avmedia" functionality or not.
# We probably don't want it for non-desktop.
if test -z "$enable_avmedia"; then
if test $_os != iOS -a $_os != Android; then
if test $_os != iOS; then
enable_avmedia=yes
fi
fi
......
......@@ -129,6 +129,7 @@ calc_factory_list = [
("libscdlo.a", "scd_component_getFactory"),
("libscfiltlo.a", "scfilt_component_getFactory"),
("libsclo.a", "sc_component_getFactory"),
("libavmedialo.a", "avmedia_component_getFactory"),
]
calc_constructor_list = [
......
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