mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2024-12-23 12:43:46 +02:00
Revert "configure: Detect AIX ar command instead of hardcoding it in the OS section"
This reverts commit 4822ee3ca6
.
AIX is a fringe oddity. Do not clutter the main codepath with AIX workarounds.
This commit is contained in:
parent
9b0aff51a7
commit
2cf3c0ab0d
4
configure
vendored
4
configure
vendored
@ -3434,9 +3434,6 @@ fi
|
||||
if $ar 2>&1 | grep -q Microsoft; then
|
||||
arflags="-nologo"
|
||||
ar_o='-out:$@'
|
||||
elif $ar 2>&1 | grep -q 'Usage: ar.*-X.*any'; then
|
||||
arflags='-Xany -r -c'
|
||||
ar_o='$@'
|
||||
else
|
||||
arflags="rc"
|
||||
ar_o='$@'
|
||||
@ -3815,6 +3812,7 @@ case $target_os in
|
||||
SHFLAGS=-shared
|
||||
add_cppflags '-I\$(SRC_PATH)/compat/aix'
|
||||
enabled shared && add_ldflags -Wl,-brtl
|
||||
ar_default='ar -Xany'
|
||||
;;
|
||||
android)
|
||||
disable symver
|
||||
|
Loading…
Reference in New Issue
Block a user