mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2025-03-31 23:59:34 +00:00
fix extern prefix detection on mingw
Originally committed as revision 12485 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
b4d96ba2a8
commit
2081f3c619
2
configure
vendored
2
configure
vendored
@ -1494,7 +1494,7 @@ fi
|
|||||||
check_cc <<EOF || die "Symbol mangling check failed."
|
check_cc <<EOF || die "Symbol mangling check failed."
|
||||||
int ff_extern;
|
int ff_extern;
|
||||||
EOF
|
EOF
|
||||||
sym=$(nm -P $TMPO)
|
sym=$(nm -P -g $TMPO)
|
||||||
extern_prefix=${sym%%ff_extern*}
|
extern_prefix=${sym%%ff_extern*}
|
||||||
|
|
||||||
check_asm inline_asm '""'
|
check_asm inline_asm '""'
|
||||||
|
Loading…
Reference in New Issue
Block a user