forked from FFmpeg/FFmpeg
Check function prototype in check_asm function to avoid compiler warnings.
patch by Marc Mason, mpeg.blue free fr Originally committed as revision 16188 to svn://svn.ffmpeg.org/ffmpeg/trunk
This commit is contained in:
parent
8b2386dc5a
commit
124c21d79f
1 changed files with 1 additions and 1 deletions
2
configure
vendored
2
configure
vendored
|
@ -512,7 +512,7 @@ check_asm(){
|
|||
asm="$2"
|
||||
shift 2
|
||||
check_cc "$@" <<EOF && enable $name || disable $name
|
||||
int foo(void){ __asm__ volatile($asm); }
|
||||
void foo(void){ __asm__ volatile($asm); }
|
||||
EOF
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue