summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMåns Rullgård <mans@mansr.com>2008-03-18 09:36:29 +0000
committerMåns Rullgård <mans@mansr.com>2008-03-18 09:36:29 +0000
commit2081f3c619a365da56a3192d1691662602e08468 (patch)
treed112e434672b69798bc3260bac1201cc5635b89e
parentb4d96ba2a838d26e469887dfb1c6088005d09f0b (diff)
fix extern prefix detection on mingw
Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
-rwxr-xr-xconfigure2
1 files changed, 1 insertions, 1 deletions
diff --git a/configure b/configure
index 16860d2514..ac46aeb9da 100755
--- a/configure
+++ b/configure
@@ -1494,7 +1494,7 @@ fi
check_cc <<EOF || die "Symbol mangling check failed."
int ff_extern;
EOF
-sym=$(nm -P $TMPO)
+sym=$(nm -P -g $TMPO)
extern_prefix=${sym%%ff_extern*}
check_asm inline_asm '""'