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

Build libgltf for Android, too

It won't be used for now, anyway, as libgltf is used only in avmedia and we
don't build any avmedia for Android. But just to make sure the code stays
portable.

Change-Id: I7a4e5ee3d22f28a407d400a65a1704c23dcb1107
üst eac9586b
...@@ -10397,7 +10397,7 @@ dnl =================================================================== ...@@ -10397,7 +10397,7 @@ dnl ===================================================================
ENABLE_GLTF= ENABLE_GLTF=
AC_MSG_CHECKING([whether to enable glTF support]) AC_MSG_CHECKING([whether to enable glTF support])
if test $_os != iOS -a $_os != Android -a "x$enable_gltf" != "xno"; then if test $_os != iOS -a "x$enable_gltf" != "xno"; then
ENABLE_GLTF=TRUE ENABLE_GLTF=TRUE
AC_MSG_RESULT([yes]) AC_MSG_RESULT([yes])
BUILD_TYPE="$BUILD_TYPE LIBGLTF" BUILD_TYPE="$BUILD_TYPE LIBGLTF"
......
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