projects
/
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:
6650c4c
)
When compiling with -fmudflap configure fill EXTERN_PREFIX with garbage
author
Matthieu Castet
<castet.matthieu@free.fr>
Wed, 7 May 2008 08:36:23 +0000
(08:36 +0000)
committer
Diego Biurrun
<diego@biurrun.de>
Wed, 7 May 2008 08:36:23 +0000
(08:36 +0000)
(some mudflap symbol), so just pick out ff_extern symbols in this case.
patch by matthieu castet, castet.matthieu free fr
Originally committed as revision 13072 to svn://svn.ffmpeg.org/ffmpeg/trunk
configure
patch
|
blob
|
history
diff --git
a/configure
b/configure
index
f8b80a9
..
e13f1a0
100755
(executable)
--- a/
configure
+++ b/
configure
@@
-1474,7
+1474,7
@@
fi
check_cc <<EOF || die "Symbol mangling check failed."
int ff_extern;
EOF
-sym=$($nm -P -g $TMPO)
+sym=$($nm -P -g $TMPO
| grep ff_extern
)
extern_prefix=${sym%%ff_extern*}
check_asm inline_asm '""'