mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
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
7
configure
vendored
7
configure
vendored
@ -3868,6 +3868,13 @@ case $target_os in
|
|||||||
add_cppflags '-I\$(SRC_PATH)/compat/aix'
|
add_cppflags '-I\$(SRC_PATH)/compat/aix'
|
||||||
enabled shared && add_ldflags -Wl,-brtl
|
enabled shared && add_ldflags -Wl,-brtl
|
||||||
;;
|
;;
|
||||||
|
android)
|
||||||
|
disable symver
|
||||||
|
SLIB_INSTALL_NAME='$(SLIBNAME)'
|
||||||
|
SLIB_INSTALL_LINKS=
|
||||||
|
# soname not set on purpose
|
||||||
|
SHFLAGS=-shared
|
||||||
|
;;
|
||||||
haiku)
|
haiku)
|
||||||
prefix_default="/boot/common"
|
prefix_default="/boot/common"
|
||||||
network_extralibs="-lnetwork"
|
network_extralibs="-lnetwork"
|
||||||
|
Loading…
Reference in New Issue
Block a user