diff options
author | Luca Barbato <lu_zero@gentoo.org> | 2014-06-13 15:14:10 +0200 |
---|---|---|
committer | Luca Barbato <lu_zero@gentoo.org> | 2014-06-16 10:52:29 +0200 |
commit | 83aa4fc3feec7389ac781fece1e994f2dfd7ebdb (patch) | |
tree | 33872004444549050630c3af251e68a5f9ae8616 | |
parent | 766f2d965ff1948749c37f26a714adb8aa89c4a9 (diff) | |
download | ffmpeg-83aa4fc3feec7389ac781fece1e994f2dfd7ebdb.tar.gz |
configure: Directly support Android as target OS
-rwxr-xr-x | configure | 7 |
1 files changed, 7 insertions, 0 deletions
@@ -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" |