You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +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:
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"
|
||||||
|
Reference in New Issue
Block a user