You've already forked FFmpeg
mirror of
https://github.com/FFmpeg/FFmpeg.git
synced 2025-08-15 14:13:16 +02:00
configure: Disable direct stripping for AIX.
AIX strip doesn't know the option -o.
This commit is contained in:
1
configure
vendored
1
configure
vendored
@@ -5009,6 +5009,7 @@ 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
|
||||||
arflags='-Xany -r -c'
|
arflags='-Xany -r -c'
|
||||||
|
striptype=""
|
||||||
;;
|
;;
|
||||||
android)
|
android)
|
||||||
disable symver
|
disable symver
|
||||||
|
Reference in New Issue
Block a user