mirror of
https://git.ffmpeg.org/ffmpeg.git
synced 2024-12-28 02:12:28 +00:00
Merge commit '24d5680bbc01fc124709d522d348572ad4672563'
* commit '24d5680bbc01fc124709d522d348572ad4672563': configure: Simplify inline asm check with appropriate helper function Merged-by: James Almer <jamrial@gmail.com>
This commit is contained in:
commit
932e28b13e
4
configure
vendored
4
configure
vendored
@ -5308,9 +5308,7 @@ EOF
|
||||
sym=$($nm $TMPO | awk '/ff_extern/{ print substr($0, match($0, /[^ \t]*ff_extern/)) }')
|
||||
extern_prefix=${sym%%ff_extern*}
|
||||
|
||||
check_cc <<EOF && enable_weak inline_asm
|
||||
void foo(void) { __asm__ volatile ("" ::); }
|
||||
EOF
|
||||
check_inline_asm inline_asm '"" ::'
|
||||
|
||||
_restrict=
|
||||
for restrict_keyword in restrict __restrict__ __restrict; do
|
||||
|
Loading…
Reference in New Issue
Block a user