mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2026-02-10 12:09:53 +00:00
configure: Directly support Android as target OS
This commit is contained in:
parent
766f2d965f
commit
83aa4fc3fe
1 changed files with 7 additions and 0 deletions
7
configure
vendored
7
configure
vendored
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue