mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Merge commit '4822ee3ca620a92cd2b0a9a03ea9e34288192c79'
* commit '4822ee3ca620a92cd2b0a9a03ea9e34288192c79': configure: Detect AIX ar command instead of hardcoding it in the OS section Merged-by: Michael Niedermayer <michaelni@gmx.at>
This commit is contained in:
commit
5fae467894
4
configure
vendored
4
configure
vendored
@ -3031,6 +3031,9 @@ if $ar 2>&1 | grep -q Microsoft; then
|
||||
elif $ar 2>&1 | grep -q 'Texas Instruments'; then
|
||||
arflags="rq"
|
||||
ar_o='$@'
|
||||
elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
|
||||
arflags='-Xany -r -c'
|
||||
ar_o='$@'
|
||||
else
|
||||
arflags="rc"
|
||||
ar_o='$@'
|
||||
@ -3406,7 +3409,6 @@ case $target_os in
|
||||
SHFLAGS=-shared
|
||||
add_cppflags '-I\$(SRC_PATH)/compat/aix'
|
||||
enabled shared && add_ldflags -Wl,-brtl
|
||||
ar_default='ar -Xany'
|
||||
;;
|
||||
haiku)
|
||||
prefix_default="/boot/common"
|
||||
|
Loading…
Reference in New Issue
Block a user