[SCM] libav/experimental: configure: Directly support Android as target OS
siretart at users.alioth.debian.org
siretart at users.alioth.debian.org
Sun Aug 10 16:03:28 UTC 2014
The following commit has been merged in the experimental branch:
commit 83aa4fc3feec7389ac781fece1e994f2dfd7ebdb
Author: Luca Barbato <lu_zero at gentoo.org>
Date: Fri Jun 13 15:14:10 2014 +0200
configure: Directly support Android as target OS
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"
--
Libav/FFmpeg packaging
More information about the pkg-multimedia-commits
mailing list