You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-10 06:10:52 +02:00
configure: Directly support Android as target OS
This commit is contained in:
7
configure
vendored
7
configure
vendored
@@ -3340,6 +3340,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"
|
||||||
|
Reference in New Issue
Block a user