git.videolan.org
/
ffmpeg.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(from parent 1:
1912840
)
configure: Disable direct stripping for AIX.
author
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Thu, 12 Apr 2018 00:30:21 +0000
(
02:30
+0200)
committer
Carl Eugen Hoyos
<ceffmpeg@gmail.com>
Thu, 12 Apr 2018 00:30:21 +0000
(
02:30
+0200)
AIX strip doesn't know the option -o.
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
8e6713d
..
1e192f8
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-5009,6
+5009,7
@@
case $target_os in
add_cppflags '-I\$(SRC_PATH)/compat/aix'
enabled shared && add_ldflags -Wl,-brtl
arflags='-Xany -r -c'
+ striptype=""
;;
android)
disable symver