diff options
author | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-07-28 13:20:32 +0200 |
---|---|---|
committer | Tomaž Vajngerl <tomaz.vajngerl@collabora.com> | 2014-08-03 22:42:19 +0200 |
commit | 7f36e996a07ed7f39a33fffb2d2c523adf00eefc (patch) | |
tree | d955a770622459e5c0acc89b96dc37b597f1a0f3 /configure.ac | |
parent | c77f452d83f4f01bb0b91c19773ca9715d1aae2a (diff) |
build avmedia for Android
Change-Id: I0137bb7ce6337ca852af513565cc19dad3c8dc8b
Diffstat (limited to 'configure.ac')
-rw-r--r-- | configure.ac | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/configure.ac b/configure.ac index fc995634bb16..d9d930363dfd 100644 --- a/configure.ac +++ b/configure.ac @@ -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 |