[FFmpeg-cvslog] configure: Directly support Android as target OS

Luca Barbato git at videolan.org
Mon Jun 16 13:17:55 CEST 2014


ffmpeg | branch: master | Luca Barbato <lu_zero at gentoo.org> | Fri Jun 13 15:14:10 2014 +0200| [83aa4fc3feec7389ac781fece1e994f2dfd7ebdb] | committer: Luca Barbato

configure: Directly support Android as target OS

> http://git.videolan.org/gitweb.cgi/ffmpeg.git/?a=commit;h=83aa4fc3feec7389ac781fece1e994f2dfd7ebdb
---

 configure |    7 +++++++
 1 file changed, 7 insertions(+)

diff --git a/configure b/configure
index 61cd2d4..22f4ce8 100755
--- a/configure
+++ b/configure
@@ -3340,6 +3340,13 @@ case $target_os in
         add_cppflags '-I\$(SRC_PATH)/compat/aix'
         enabled shared && add_ldflags -Wl,-brtl
         ;;
+    android)
+        disable symver
+        SLIB_INSTALL_NAME='$(SLIBNAME)'
+        SLIB_INSTALL_LINKS=
+        # soname not set on purpose
+        SHFLAGS=-shared
+        ;;
     haiku)
         prefix_default="/boot/common"
         network_extralibs="-lnetwork"



More information about the ffmpeg-cvslog mailing list