1
0
mirror of https://github.com/FFmpeg/FFmpeg.git synced 2024-11-26 19:01:44 +02:00

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

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