mirror of https://git.ffmpeg.org/ffmpeg.git
Merge commit '83aa4fc3feec7389ac781fece1e994f2dfd7ebdb'
* commit '83aa4fc3feec7389ac781fece1e994f2dfd7ebdb': configure: Directly support Android as target OS Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
8a4a84a70a
|
@ -3868,6 +3868,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"
|
||||
|
|
Loading…
Reference in New Issue