fix extern prefix detection on mingw

Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
Måns Rullgård 2008-03-18 09:36:29 +00:00
parent b4d96ba2a8
commit 2081f3c619
1 changed files with 1 additions and 1 deletions

2
configure vendored
View File

@ -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 '""'