Commit 2081f3c6 authored by Måns Rullgård's avatar Måns Rullgård

fix extern prefix detection on mingw

Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
parent b4d96ba2
......@@ -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 '""'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment